summaryrefslogtreecommitdiff
path: root/lib/chef/resource/openssl_rsa_public_key.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-15 15:58:52 -0700
committerTim Smith <tsmith@chef.io>2018-08-15 15:58:52 -0700
commit897ee585ab53affaec6dffa5469cd942bc0180d6 (patch)
treeb5af360b56e6adad9aaac9c565d70941794377f9 /lib/chef/resource/openssl_rsa_public_key.rb
parent5a7c18201445cf8b5514f00cbeca5edfe0f3d9d8 (diff)
downloadchef-897ee585ab53affaec6dffa5469cd942bc0180d6.tar.gz
Add description fields to the openssl resources
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 978bc1b678..05c38d70df 100644
--- a/lib/chef/resource/openssl_rsa_public_key.rb
+++ b/lib/chef/resource/openssl_rsa_public_key.rb
@@ -26,7 +26,7 @@ class Chef
resource_name :openssl_rsa_public_key
provides(:openssl_rsa_public_key) { true }
- description "Use the openssl_rsa_public_key resource to generate RSA public key files given a RSA private key"
+ description "Use the openssl_rsa_public_key resource to generate RSA public key files given a RSA private key."
introduced "14.0"
property :path, String,