diff options
author | Tim Smith <tsmith@chef.io> | 2017-07-27 14:58:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-27 14:58:20 -0700 |
commit | 21db74bf154b839edf0ee0ab2363e50bee4377a6 (patch) | |
tree | 0eadbb678dbdb89dc0aa53f1a4194132dd176e23 /lib/chef/providers.rb | |
parent | 041628e4bbdb541cb5011d564301bcda9804da4e (diff) | |
parent | c2d577d0f431a9e95d220f20cd00d38f4b117fec (diff) | |
download | chef-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.rb | 1 |
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" |