summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-07-27 14:58:20 -0700
committerGitHub <noreply@github.com>2017-07-27 14:58:20 -0700
commit21db74bf154b839edf0ee0ab2363e50bee4377a6 (patch)
tree0eadbb678dbdb89dc0aa53f1a4194132dd176e23 /lib/chef/providers.rb
parent041628e4bbdb541cb5011d564301bcda9804da4e (diff)
parentc2d577d0f431a9e95d220f20cd00d38f4b117fec (diff)
downloadchef-21db74bf154b839edf0ee0ab2363e50bee4377a6.tar.gz
Merge pull request #5529 from chef/tas50/apt_preference
Apt: Add apt_preference resource from apt cookbooks
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 0ea1786594..5a4d287b89 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -17,6 +17,7 @@
#
require "chef/provider/apt_update"
+require "chef/provider/apt_preference"
require "chef/provider/apt_repository"
require "chef/provider/batch"
require "chef/provider/cookbook_file"