diff options
author | Tim Smith <tsmith@chef.io> | 2018-11-19 11:05:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-19 11:05:50 -0800 |
commit | 345ae59a34afc38d94550bc9a37d5757f465cab4 (patch) | |
tree | 5bcc9ddd279fb2faf61b09f2742cd06a5839ec60 /chef-config | |
parent | 125fc7ab1432777257fa7906311de3d929631491 (diff) | |
parent | abc34d89beb582d7a2b059911dc4520b895e2f0f (diff) | |
download | chef-345ae59a34afc38d94550bc9a37d5757f465cab4.tar.gz |
Merge pull request #7909 from chef/yum_config
Remove unused yum_timeout and yum_lock_timeout configs
Diffstat (limited to 'chef-config')
-rw-r--r-- | chef-config/lib/chef-config/config.rb | 2 |
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? |