summaryrefslogtreecommitdiff
path: root/lib/chef/resource/openssl_rsa_public_key.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-07 09:20:22 -0800
committerTim Smith <tsmith@chef.io>2018-11-07 09:20:22 -0800
commit7b5393389fddedb234b62e1d5c3498400bc95fcf (patch)
tree9a08078ad5a935d3cb0f55d44cb022ec6db41353 /lib/chef/resource/openssl_rsa_public_key.rb
parentf844dffd0ea80bd374fe5e2cb209e219ec1c00d4 (diff)
downloadchef-7b5393389fddedb234b62e1d5c3498400bc95fcf.tar.gz
More resource description updates
Better descriptions for many name properties and copy edits from the docs site. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/openssl_rsa_public_key.rb')
-rw-r--r--lib/chef/resource/openssl_rsa_public_key.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/openssl_rsa_public_key.rb b/lib/chef/resource/openssl_rsa_public_key.rb
index b9a4924c3e..eb73f22dae 100644
--- a/lib/chef/resource/openssl_rsa_public_key.rb
+++ b/lib/chef/resource/openssl_rsa_public_key.rb
@@ -30,7 +30,7 @@ class Chef
introduced "14.0"
property :path, String,
- description: "The path to the public key file, if it differs from the resource name.",
+ description: "An optional property for specifying the path to the public key if it differs from the resource block's name.",
name_property: true
property :private_key_path, String,