summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasu1105 <vasundhara.jagdale@msystechnologies.com>2020-04-05 22:34:39 +0530
committerVasu1105 <vasundhara.jagdale@msystechnologies.com>2020-04-05 22:34:39 +0530
commit88b5d6dd2a0ce9dd0629af3c9c5ba9682a9c9f23 (patch)
treea0d4a4a1016388e624608b2d99071f3dfb78cb89
parent5949a8eec414b64f7ef957e2854f1fd197897105 (diff)
downloadchef-88b5d6dd2a0ce9dd0629af3c9c5ba9682a9c9f23.tar.gz
Updated introduced verison 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 c60515a0ee..652a22b14f 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