diff options
author | Tim Smith <tsmith@chef.io> | 2018-01-05 15:26:21 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-01-05 16:05:54 -0800 |
commit | 25123712d7db2be05b13c21b40eb8eacaa7f55dc (patch) | |
tree | 52818c0a6dfc60ebb11c698e843ae7da7eaa24bf /kitchen-tests | |
parent | 98223f0b0fdca5ae8d460738c8c01ca0e80ec2c8 (diff) | |
download | chef-25123712d7db2be05b13c21b40eb8eacaa7f55dc.tar.gz |
Add tests for the mixin
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/base/recipes/default.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/base/recipes/default.rb b/kitchen-tests/cookbooks/base/recipes/default.rb index ad1bba8903..1811245b13 100644 --- a/kitchen-tests/cookbooks/base/recipes/default.rb +++ b/kitchen-tests/cookbooks/base/recipes/default.rb @@ -63,7 +63,7 @@ include_recipe "git" directory "/etc/ssl" # Generate new key and certificate -openssl_dhparam "/etc/ssl_test/dhparam.pem" do +openssl_dhparam "/etc/ssl/dhparam.pem" do key_length 1024 action :create end |