summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2016-01-27 09:36:46 +0000
committerThom May <thom@may.lt>2016-01-27 09:36:46 +0000
commitb7e7f425b27d011d358b17c5f7ba61473dbb3308 (patch)
tree94db9524bfe2366091785199732ac58952d7eed5 /lib/chef/providers.rb
parentc958ec94037a4014685e0229cc47af12944b4a97 (diff)
parent3bf45a67e60d1081d4288bb01d0f2fc944ed8ca7 (diff)
downloadchef-b7e7f425b27d011d358b17c5f7ba61473dbb3308.tar.gz
Merge pull request #4422 from chef/tm/apt_update
Add an apt_update resource
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 b024be5b62..935933d326 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -16,6 +16,7 @@
# limitations under the License.
#
+require "chef/provider/apt_update"
require "chef/provider/batch"
require "chef/provider/breakpoint"
require "chef/provider/cookbook_file"