summaryrefslogtreecommitdiff
path: root/lib/chef/resource/openssl_ec_private_key.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/openssl_ec_private_key.rb')
-rw-r--r--lib/chef/resource/openssl_ec_private_key.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/resource/openssl_ec_private_key.rb b/lib/chef/resource/openssl_ec_private_key.rb
index b3abc34313..ba02011fbf 100644
--- a/lib/chef/resource/openssl_ec_private_key.rb
+++ b/lib/chef/resource/openssl_ec_private_key.rb
@@ -27,7 +27,7 @@ class Chef
preview_resource true
resource_name :openssl_ec_private_key
- description "Use the openssl_ec_private_key resource to generate generate elliptic curve (EC) private key files. If a valid EC key file can be opened at the specified location, no new file will be created. If the EC key file cannot be opened, either because it does not exist or because the password to the EC key file does not match the password in the recipe, it will be overwritten."
+ description "Use the openssl_ec_private_key resource to generate an elliptic curve (EC) private key files. If a valid EC key file can be opened at the specified location, no new file will be created. If the EC key file cannot be opened, either because it does not exist or because the password to the EC key file does not match the password in the recipe, it will be overwritten."
introduced "14.4"
property :path, String,
@@ -49,10 +49,10 @@ class Chef
default: "des3"
property :owner, String,
- description: "The owner of all files created by the resource."
+ description: "The owner applied to all files created by the resource."
property :group, String,
- description: "The group of all files created by the resource."
+ description: "The group ownership applied to all files created by the resource."
property :mode, [Integer, String],
description: "The permission mode applied to all files created by the resource.",