We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3ca59 commit 3c8b333Copy full SHA for 3c8b333
cookbooks/camsa/libraries/chefserver_ssl.rb
@@ -13,7 +13,7 @@ class ChefServerSSL < CAMSABase
13
property :cert_key_path, String, default: lazy { '/etc/letsencrypt/live/%s/privkey.pem' % [node['fqdn']] }
14
15
# Set the configuration file that needs to be appended to
16
- property :config_file, Strinf, default: '/etc/opscode/chef-server.rb'
+ property :config_file, String, default: '/etc/opscode/chef-server.rb'
17
18
action :run do
19
0 commit comments