diff options
author | Tim Smith <tsmith@chef.io> | 2017-12-07 09:01:00 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-12-07 13:27:30 -0800 |
commit | c1e6bb1a47d821dbbab59eaf16a46c3ff02f0ccf (patch) | |
tree | 636296b9d79b4c52e8a7b4c811e5a658b5c7abe2 | |
parent | f280d1edfe35a5be4146fea005ad558f1726c79a (diff) | |
download | chef-c1e6bb1a47d821dbbab59eaf16a46c3ff02f0ccf.tar.gz |
Explain what PT72H is
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | lib/chef/resource/windows_task.rb | 2 |
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 |