summaryrefslogtreecommitdiff
path: root/lib/chef/resource/macos_userdefaults.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-26 11:55:39 -0700
committerTim Smith <tsmith@chef.io>2018-10-26 11:55:39 -0700
commitf183822775dc7f1b10ea246acdd0fe6191da91b3 (patch)
treec629239d6609cd4fc7514133ba17015fff0897ac /lib/chef/resource/macos_userdefaults.rb
parentecd1a09f60cc7946021499ec1407c389cbcaa4be (diff)
downloadchef-f183822775dc7f1b10ea246acdd0fe6191da91b3.tar.gz
Update description fields from the docs sitedescriptions
Minor syncs from the docs site. Signed-off-by: Tim Smith <tsmith@chef.io>
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