summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@chef.io>2020-04-05 14:19:57 -0400
committerGitHub <noreply@github.com>2020-04-05 14:19:57 -0400
commitcb572fe2810ce382f9c50353db4fa3937687089d (patch)
tree89343bbd5ec2a0efcc0143311621238b31451884
parentda17e73bcce19fec157ece7cd237976b49eeec7d (diff)
parent074de802caff9aa455a5858ec5ab2bcdb90245c3 (diff)
downloadchef-cb572fe2810ce382f9c50353db4fa3937687089d.tar.gz
Merge pull request #9602 from MsysTechnologiesllc/vasundhara/update-introduced-version-windows-task
Updated introduced version for start_when_available option
-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