summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2016-09-06 17:42:01 +0100
committerGitHub <noreply@github.com>2016-09-06 17:42:01 +0100
commitd1a9c7ddb886ce3967aa2abc710e8343d58fa039 (patch)
tree7d0d9c77747e5a2459669f6477e6dc0093f6fc47
parentf5bcd3aff656d8331121d57a7be9f581ccbecdb2 (diff)
parente2c8036e0ca868cd4126fe36533f1c1ad69d3cf0 (diff)
downloadchef-d1a9c7ddb886ce3967aa2abc710e8343d58fa039.tar.gz
Merge pull request #5182 from erikng/master
Add Hash type to launchd:keep_alive
-rw-r--r--lib/chef/resource/launchd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/launchd.rb b/lib/chef/resource/launchd.rb
index f3c378a6a8..8dca90ef0e 100644
--- a/lib/chef/resource/launchd.rb
+++ b/lib/chef/resource/launchd.rb
@@ -68,7 +68,7 @@ class Chef
property :hard_resource_limits, Hash
property :inetd_compatibility, Hash
property :init_groups, [ TrueClass, FalseClass ]
- property :keep_alive, [ TrueClass, FalseClass ]
+ property :keep_alive, [ TrueClass, FalseClass, Hash ]
property :launch_only_once, [ TrueClass, FalseClass ]
property :ld_group, String
property :limit_load_from_hosts, Array