summaryrefslogtreecommitdiff
path: root/lib/chef/resource/openssl_ec_public_key.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/openssl_ec_public_key.rb')
-rw-r--r--lib/chef/resource/openssl_ec_public_key.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/openssl_ec_public_key.rb b/lib/chef/resource/openssl_ec_public_key.rb
index 10f656e904..9b1ded4043 100644
--- a/lib/chef/resource/openssl_ec_public_key.rb
+++ b/lib/chef/resource/openssl_ec_public_key.rb
@@ -44,10 +44,10 @@ class Chef
description: "The passphrase of the provided private key."
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.",