summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-19 11:05:50 -0800
committerGitHub <noreply@github.com>2018-11-19 11:05:50 -0800
commit345ae59a34afc38d94550bc9a37d5757f465cab4 (patch)
tree5bcc9ddd279fb2faf61b09f2742cd06a5839ec60
parent125fc7ab1432777257fa7906311de3d929631491 (diff)
parentabc34d89beb582d7a2b059911dc4520b895e2f0f (diff)
downloadchef-345ae59a34afc38d94550bc9a37d5757f465cab4.tar.gz
Merge pull request #7909 from chef/yum_config
Remove unused yum_timeout and yum_lock_timeout configs
-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?