summaryrefslogtreecommitdiff
path: root/lib/chef/resource/openssl_rsa_private_key.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/openssl_rsa_private_key.rb')
-rw-r--r--lib/chef/resource/openssl_rsa_private_key.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/openssl_rsa_private_key.rb b/lib/chef/resource/openssl_rsa_private_key.rb
index add8587f3c..7155906fd9 100644
--- a/lib/chef/resource/openssl_rsa_private_key.rb
+++ b/lib/chef/resource/openssl_rsa_private_key.rb
@@ -56,11 +56,11 @@ class Chef
description: "The group of all files created by the resource."
property :mode, [Integer, String],
- description: "The permission mode of all files created by the resource.",
+ description: "The permission mode applied to all files created by the resource.",
default: "0600"
property :force, [TrueClass, FalseClass],
- description: "Force creating the key even if the existing key exists.",
+ description: "Force creation of the key even if the same key already exists on the node.",
default: false, desired_state: false
action :create do