diff options
author | Lamont Granquist <lamont@chef.io> | 2020-01-21 12:14:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-21 12:14:50 -0800 |
commit | d8cc0b16b732be66d98a7bb893f3a889b086d6c2 (patch) | |
tree | db9fd9565a950e58aa4dba19726bb4b68b007a59 /lib/chef/providers.rb | |
parent | 09f37334dd9fa34e60c088291c397f9d4ed3b1a0 (diff) | |
download | chef-d8cc0b16b732be66d98a7bb893f3a889b086d6c2.tar.gz |
WIP: Chef-16 resource cleanup + unified_mode (#9174)
* Chef-16 resource cleanup + unified_mode
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r-- | lib/chef/providers.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb index 629b64d2d5..5022ef7327 100644 --- a/lib/chef/providers.rb +++ b/lib/chef/providers.rb @@ -1,6 +1,6 @@ # # Author:: Daniel DeLeo (<dan@chef.io>) -# Copyright:: Copyright 2010-2018, Chef Software Inc. +# Copyright:: Copyright 2010-2019, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -16,9 +16,6 @@ # limitations under the License. # -require_relative "provider/apt_update" -require_relative "provider/apt_preference" -require_relative "provider/apt_repository" require_relative "provider/batch" require_relative "provider/cookbook_file" require_relative "provider/cron" |