diff options
-rw-r--r-- | lib/chef/resource/openssl_dhparam.rb | 5 | ||||
-rw-r--r-- | lib/chef/resource/openssl_x509_certificate.rb | 2 | ||||
-rw-r--r-- | lib/chef/resource/openssl_x509_crl.rb | 2 | ||||
-rw-r--r-- | lib/chef/resource/openssl_x509_request.rb | 2 |
4 files changed, 7 insertions, 4 deletions
diff --git a/lib/chef/resource/openssl_dhparam.rb b/lib/chef/resource/openssl_dhparam.rb index a1fa3af7e4..ae6bc9ad77 100644 --- a/lib/chef/resource/openssl_dhparam.rb +++ b/lib/chef/resource/openssl_dhparam.rb @@ -26,10 +26,7 @@ class Chef resource_name :openssl_dhparam provides(:openssl_dhparam) { true } - description "Use the openssl_dhparam resource to generate dhparam.pem files. If a"\ - " valid dhparam.pem file is found at the specified location, no new file"\ - " will be created. If a file is found at the specified location but it is"\ - " not a valid dhparam file, it will be overwritten." + description "Use the openssl_dhparam resource to generate dhparam.pem files. If a valid dhparam.pem file is found at the specified location, no new file will be created. If a file is found at the specified location but it is not a valid dhparam file, it will be overwritten." introduced "14.0" property :path, String, diff --git a/lib/chef/resource/openssl_x509_certificate.rb b/lib/chef/resource/openssl_x509_certificate.rb index 118933e186..c5c73ea7a1 100644 --- a/lib/chef/resource/openssl_x509_certificate.rb +++ b/lib/chef/resource/openssl_x509_certificate.rb @@ -1,5 +1,7 @@ # # License:: Apache License, Version 2.0 +# Author:: Julien Huon +# Copyright:: Copyright 2018, Chef Software Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/chef/resource/openssl_x509_crl.rb b/lib/chef/resource/openssl_x509_crl.rb index 643e5e8761..7ae5c0c5af 100644 --- a/lib/chef/resource/openssl_x509_crl.rb +++ b/lib/chef/resource/openssl_x509_crl.rb @@ -1,5 +1,7 @@ # # License:: Apache License, Version 2.0 +# Author:: Julien Huon +# Copyright:: Copyright 2018, Chef Software Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/chef/resource/openssl_x509_request.rb b/lib/chef/resource/openssl_x509_request.rb index 071978a961..ae1be2cfa5 100644 --- a/lib/chef/resource/openssl_x509_request.rb +++ b/lib/chef/resource/openssl_x509_request.rb @@ -1,5 +1,7 @@ # # License:: Apache License, Version 2.0 +# Author:: Julien Huon +# Copyright:: Copyright 2018, Chef Software Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |