summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-27 10:35:12 -0700
committerTim Smith <tsmith@chef.io>2018-08-27 10:35:12 -0700
commit284530decad1e73a1cf52882638151b56854383b (patch)
tree2d3903d808e62b97ae2f9de8a6556d6929bad4cc
parent38d5855aec9ae30366ed957a46e45a6f57cd5037 (diff)
downloadchef-284530decad1e73a1cf52882638151b56854383b.tar.gz
Properly describe what a CRL is
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/openssl_x509_crl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/openssl_x509_crl.rb b/lib/chef/resource/openssl_x509_crl.rb
index 06c591ac18..643e5e8761 100644
--- a/lib/chef/resource/openssl_x509_crl.rb
+++ b/lib/chef/resource/openssl_x509_crl.rb
@@ -25,7 +25,7 @@ class Chef
preview_resource true
resource_name :openssl_x509_crl
- description "Use the openssl_x509_crl resource to generate PEM-formatted x509 CRL files."
+ description "Use the openssl_x509_crl resource to generate PEM-formatted x509 certificate revocation list (CRL) files."
introduced "14.4"
property :path, String,