summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-09-15 11:39:12 -0700
committerTim Smith <tsmith@chef.io>2017-09-15 11:41:31 -0700
commit9215c0c2a39d0bba045514a4fa2c43aa488db3f8 (patch)
tree9548416201a28c4655d6543bb85055b71cfca15f
parent095a03b01ff3527bdbbc49d1d71db8b6806f3dc2 (diff)
downloadchef-yum_shellout.tar.gz
Remove unused requires in yum_repositoryyum_shellout
We're not using http simple or shellout here. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/provider/yum_repository.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/provider/yum_repository.rb b/lib/chef/provider/yum_repository.rb
index a5d3c2bc39..957ee9f0f3 100644
--- a/lib/chef/provider/yum_repository.rb
+++ b/lib/chef/provider/yum_repository.rb
@@ -18,9 +18,7 @@
require "chef/resource"
require "chef/dsl/declare_resource"
-require "chef/mixin/shell_out"
require "chef/mixin/which"
-require "chef/http/simple"
require "chef/provider/noop"
class Chef