summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2016-04-01 09:50:32 +0100
committerThom May <thom@chef.io>2016-04-08 13:00:49 -0700
commit79548accdf02e199d48a09b6eb0cc8d8613b0916 (patch)
tree4cc9150c10a0712e3025b137e4a859731b410ad6 /lib/chef/providers.rb
parent1eb4511c15f5042ecb0432170c6532fb065a842c (diff)
downloadchef-79548accdf02e199d48a09b6eb0cc8d8613b0916.tar.gz
Add an apt_repository resourcetm/apt_repository
More or less stolen from the apt cookbook, but tweaked and fixes a heap of bugs.
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r--lib/chef/providers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb
index 80fadfc8c2..c723da030b 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -17,6 +17,7 @@
#
require "chef/provider/apt_update"
+require "chef/provider/apt_repository"
require "chef/provider/batch"
require "chef/provider/breakpoint"
require "chef/provider/cookbook_file"