summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-24 10:12:48 -0700
committerTim Smith <tsmith@chef.io>2019-05-24 10:12:48 -0700
commit69daa888d1b35edf7c1c974c62f4cd60145a7cd5 (patch)
treee5f0f4501fa9cb5880722e1b8ae79a42287696cd
parent03efc937799f098abdf4f8244bd3c00d6fd62ab2 (diff)
downloadchef-introduced.tar.gz
Add introduced field to launch_events in launchdintroduced
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 ],