summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Huon <julien@huon.email>2020-01-14 20:13:42 +0100
committerJulien Huon <julien@huon.email>2020-01-14 20:14:39 +0100
commit701f0b860240a7f31c8d343e59909b88477b074b (patch)
tree5707bbc73ccbc1c7c5b1769806786ee43eafe3e8
parenta8cf453d0601908a10d775499a7a04d79998ae52 (diff)
downloadchef-701f0b860240a7f31c8d343e59909b88477b074b.tar.gz
Adds introduced to the property renew_before_expiry
Signed-off-by: Julien Huon <julien@huon.email>
-rw-r--r--lib/chef/resource/openssl_x509_certificate.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chef/resource/openssl_x509_certificate.rb b/lib/chef/resource/openssl_x509_certificate.rb
index 16dc8dff04..27677971a3 100644
--- a/lib/chef/resource/openssl_x509_certificate.rb
+++ b/lib/chef/resource/openssl_x509_certificate.rb
@@ -110,7 +110,8 @@ class Chef
description: "The passphrase for CA private key's passphrase."
property :renew_before_expiry, Integer,
- description: "The number of days before the expiry. The certificate will be automaticaly renewed when the value is reached."
+ description: "The number of days before the expiry. The certificate will be automaticaly renewed when the value is reached.",
+ introduced: "15.7"
action :create do
description "Generate a certificate"