summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-02-26 18:29:23 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2015-02-26 18:29:23 -0800
commitdcebeaa6a1f1959ca8f73b7a7f732f60f0c6fb7c (patch)
tree46146827f64f1a126e5d46d28e70e59fb41e880b
parent7686c0b15c309d97d490d04927a1bd8e89b1d5cb (diff)
downloadchef-dcebeaa6a1f1959ca8f73b7a7f732f60f0c6fb7c.tar.gz
Added documentation for watchdog_timeout
-rw-r--r--lib/chef/config.rb2
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