summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-12-07 09:01:00 -0800
committerTim Smith <tsmith@chef.io>2017-12-07 13:27:30 -0800
commitc1e6bb1a47d821dbbab59eaf16a46c3ff02f0ccf (patch)
tree636296b9d79b4c52e8a7b4c811e5a658b5c7abe2
parentf280d1edfe35a5be4146fea005ad558f1726c79a (diff)
downloadchef-c1e6bb1a47d821dbbab59eaf16a46c3ff02f0ccf.tar.gz
Explain what PT72H is
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/windows_task.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_task.rb b/lib/chef/resource/windows_task.rb
index 2e73cef04d..9cac33d17d 100644
--- a/lib/chef/resource/windows_task.rb
+++ b/lib/chef/resource/windows_task.rb
@@ -59,7 +59,7 @@ class Chef
property :months, String
property :idle_time, Integer
property :random_delay, [String, Integer]
- property :execution_time_limit, [String, Integer], default: "PT72H"
+ property :execution_time_limit, [String, Integer], default: "PT72H" # 72 hours in ISO08601 duration format
attr_accessor :exists, :status, :enabled