summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-04-28 11:48:55 -0700
committerTim Smith <tsmith@chef.io>2017-05-12 09:29:33 -0700
commitca63f97a0e750d4256cd57106e339686f8631dff (patch)
treec0e97f8199bfbbb25978e877af657c7a78bf9f69 /lib/chef/providers.rb
parent3d6fcbd0870da39117f45662e367b36491237c3b (diff)
downloadchef-ca63f97a0e750d4256cd57106e339686f8631dff.tar.gz
Wire up provider/resource and use constants so we can test
Also allow the pin priority to be an integer since there's no reason that needs to be a string Signed-off-by: Tim Smith <tsmith@chef.io>
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 41de44a1d6..67165dc999 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/breakpoint"