summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-09 16:25:47 -0800
committerTim Smith <tsmith@chef.io>2018-11-14 15:02:41 -0800
commitabc34d89beb582d7a2b059911dc4520b895e2f0f (patch)
tree4d5e50e7547cccbf3bf4386ead01b6b048fae150
parentc7cdc49cabcdafb59c5f9518e93d0f2f9595c3be (diff)
downloadchef-yum_config.tar.gz
Remove unused yum_timeout and yum_lock_timeout configsyum_config
These haven't been used since we refactored the yum provider Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--chef-config/lib/chef-config/config.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb
index f4759e6c17..6150bbfea9 100644
--- a/chef-config/lib/chef-config/config.rb
+++ b/chef-config/lib/chef-config/config.rb
@@ -436,8 +436,6 @@ module ChefConfig
end
default :rest_timeout, 300
- default :yum_timeout, 900
- default :yum_lock_timeout, 30
default :solo, false
# Are we running in old Chef Solo legacy mode?