diff options
Diffstat (limited to 'lib/chef/resource/openssl_dhparam.rb')
-rw-r--r-- | lib/chef/resource/openssl_dhparam.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resource/openssl_dhparam.rb b/lib/chef/resource/openssl_dhparam.rb index 9bf349b485..ec98237a1b 100644 --- a/lib/chef/resource/openssl_dhparam.rb +++ b/lib/chef/resource/openssl_dhparam.rb @@ -24,6 +24,7 @@ class Chef include Chef::Mixin::OpenSSLHelper 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"\ |