summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-24 14:06:16 -0700
committerBryan McLellan <btm@loftninjas.org>2019-05-24 14:06:16 -0700
commit4ea47b12e0c23089f87349e46cf52408f65059b9 (patch)
treed7588f1ab02fbd43ce83f198058f42d19090405e
parent2fb90b5568b5d9d5b2ca85c1f193350e2170b79a (diff)
downloadchef-4ea47b12e0c23089f87349e46cf52408f65059b9.tar.gz
Add introduced field to launch_events in launchd (#8592)
This auto generates our docs. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/launchd.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resource/launchd.rb b/lib/chef/resource/launchd.rb
index d9d2af7edf..99782db284 100644
--- a/lib/chef/resource/launchd.rb
+++ b/lib/chef/resource/launchd.rb
@@ -162,6 +162,7 @@ class Chef
description: "Keep a job running continuously (true) or allow demand and conditions on the node to determine if the job keeps running (false)."
property :launch_events, [ Hash ],
+ introduced: "15.1",
description: "Specify higher-level event types to be used as launch-on-demand event sources."
property :launch_only_once, [ TrueClass, FalseClass ],