summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasu1105 <vasundhara.jagdale@msystechnologies.com>2020-04-05 22:47:35 +0530
committerVasu1105 <vasundhara.jagdale@msystechnologies.com>2020-04-05 22:47:35 +0530
commit074de802caff9aa455a5858ec5ab2bcdb90245c3 (patch)
tree89343bbd5ec2a0efcc0143311621238b31451884
parentda17e73bcce19fec157ece7cd237976b49eeec7d (diff)
downloadchef-074de802caff9aa455a5858ec5ab2bcdb90245c3.tar.gz
Updated introudced version for start_when_available option
Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
-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 2b866026ec..4f634b00fc 100644
--- a/lib/chef/resource/windows_task.rb
+++ b/lib/chef/resource/windows_task.rb
@@ -121,7 +121,7 @@ class Chef
description: "The task description."
property :start_when_available, [TrueClass, FalseClass],
- introduced: "15.0", default: false,
+ introduced: "14.15", default: false,
description: "To start the task at any time after its scheduled time has passed."
attr_accessor :exists, :task, :command_arguments