summaryrefslogtreecommitdiff
path: root/lib/chef/resource/macosx_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/macosx_service.rb')
-rw-r--r--lib/chef/resource/macosx_service.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/chef/resource/macosx_service.rb b/lib/chef/resource/macosx_service.rb
index 8fa8fd7a36..deff6e1927 100644
--- a/lib/chef/resource/macosx_service.rb
+++ b/lib/chef/resource/macosx_service.rb
@@ -31,9 +31,8 @@ class Chef
state_attrs :enabled, :running
- # This will enable user to pass a plist in the case
- # that the filename and label for the service dont match
- property :plist, String
+ property :plist, String,
+ description: "A plist to use in the case where the filename and label for the service do not match."
property :session_type, String