diff options
author | Tim Smith <tsmith@chef.io> | 2018-11-13 22:08:22 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-11-14 15:00:16 -0800 |
commit | 60fe89dcf071ded1249adad59fd1df0c098d7f42 (patch) | |
tree | 37b89d411d4913c15bacc648e939612ed43b5fb2 /lib/chef/resource/package.rb | |
parent | c7cdc49cabcdafb59c5f9518e93d0f2f9595c3be (diff) | |
download | chef-60fe89dcf071ded1249adad59fd1df0c098d7f42.tar.gz |
Improve resource descriptions for documentation
Mostly cleaning up how we describe name properties, but also copying over some edits that happened on the docs site.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/package.rb')
-rw-r--r-- | lib/chef/resource/package.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/package.rb b/lib/chef/resource/package.rb index 2a94ca6c02..670671e22b 100644 --- a/lib/chef/resource/package.rb +++ b/lib/chef/resource/package.rb @@ -42,7 +42,7 @@ class Chef end property :package_name, [ String, Array ], - description: "The name of the package. Defaults to the name of the resourse block unless specified.", + description: "An optional property to set the package name if it differs from the resource block's name.", identity: true property :version, [ String, Array ], |