summaryrefslogtreecommitdiff
path: root/lib/chef/resource/macos_userdefaults.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/macos_userdefaults.rb')
-rw-r--r--lib/chef/resource/macos_userdefaults.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/chef/resource/macos_userdefaults.rb b/lib/chef/resource/macos_userdefaults.rb
index f2ad5a0213..9c1acc3334 100644
--- a/lib/chef/resource/macos_userdefaults.rb
+++ b/lib/chef/resource/macos_userdefaults.rb
@@ -29,11 +29,11 @@ class Chef
introduced "14.0"
property :domain, String,
- description: "The domain the defaults belong to.",
+ description: "The domain that the user defaults belong to.",
required: true
property :global, [TrueClass, FalseClass],
- description: "Whether the domain is global.",
+ description: "Determines whether or not the domain is global.",
default: false
property :key, String,
@@ -44,14 +44,14 @@ class Chef
required: true
property :type, String,
- description: "Value type of the preference key.",
+ description: "The value type of the preference key.",
default: ""
property :user, String,
- description: "User for which to set the default."
+ description: "The system user that the default will be applied to."
property :sudo, [TrueClass, FalseClass],
- description: "Set to true if the setting requires privileged access to modify.",
+ description: "Set to true if the setting you wish to modify requires privileged access.",
default: false,
desired_state: false