diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-02-26 18:29:23 -0800 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-02-26 18:29:23 -0800 |
commit | dcebeaa6a1f1959ca8f73b7a7f732f60f0c6fb7c (patch) | |
tree | 46146827f64f1a126e5d46d28e70e59fb41e880b /lib/chef/config.rb | |
parent | 7686c0b15c309d97d490d04927a1bd8e89b1d5cb (diff) | |
download | chef-dcebeaa6a1f1959ca8f73b7a7f732f60f0c6fb7c.tar.gz |
Added documentation for watchdog_timeout
Diffstat (limited to 'lib/chef/config.rb')
-rw-r--r-- | lib/chef/config.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb index 8392f1b93f..07483ff394 100644 --- a/lib/chef/config.rb +++ b/lib/chef/config.rb @@ -644,6 +644,8 @@ class Chef default :override_attribute_whitelist, nil config_context :windows_service do + # Set `watchdog_timeout` to the number of seconds to wait for a chef-client run + # to finish default :watchdog_timeout, Mixlib::ShellOut::DEFAULT_READ_TIMEOUT end |