summaryrefslogtreecommitdiff
path: root/lib/chef/resource/openssl_rsa_private_key.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-03-16 13:46:45 -0700
committerTim Smith <tsmith@chef.io>2018-03-16 13:50:52 -0700
commitfc7e246cb008d4db3588165069de36cc02089f60 (patch)
tree7d085fe63ab767d19c6d17431504a317668d5807 /lib/chef/resource/openssl_rsa_private_key.rb
parentc928e064bfa907b3576df2c753a7a3de883ab2ad (diff)
downloadchef-fc7e246cb008d4db3588165069de36cc02089f60.tar.gz
More documentation updates for resources
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/openssl_rsa_private_key.rb')
-rw-r--r--lib/chef/resource/openssl_rsa_private_key.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/openssl_rsa_private_key.rb b/lib/chef/resource/openssl_rsa_private_key.rb
index 352d802175..88e110d63b 100644
--- a/lib/chef/resource/openssl_rsa_private_key.rb
+++ b/lib/chef/resource/openssl_rsa_private_key.rb
@@ -40,7 +40,7 @@ class Chef
property :key_length, Integer,
equal_to: [1024, 2048, 4096, 8192],
- validation_message: "key_length must be 1024, 2048, 4096, or 8192.",
+ validation_message: "key_length (bits) must be 1024, 2048, 4096, or 8192.",
description: "The desired bit length of the generated key.",
default: 2048