summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Gomez <e@eriknicolasgomez.com>2016-11-08 10:17:38 -0800
committerThom May <thom@may.lt>2016-11-08 18:17:38 +0000
commitd85f6b6e4c1450a5c80479c8bf07cd9ba3d806f4 (patch)
tree43680f6f33c8c37edb7060a4a470945c5430de28
parente708b018b552f9486cae01cfacec86630be6a94a (diff)
downloadchef-d85f6b6e4c1450a5c80479c8bf07cd9ba3d806f4.tar.gz
String to Array launchd:limit_load_to_session_type (#5424)
Mac: Ensure that launchd limit_load_to_session_type is properly handled
-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 8dca90ef0e..e584693dee 100644
--- a/lib/chef/resource/launchd.rb
+++ b/lib/chef/resource/launchd.rb
@@ -73,7 +73,7 @@ class Chef
property :ld_group, String
property :limit_load_from_hosts, Array
property :limit_load_to_hosts, Array
- property :limit_load_to_session_type, String
+ property :limit_load_to_session_type, Array
property :low_priority_io, [ TrueClass, FalseClass ]
property :mach_services, Hash
property :nice, Integer