Skip to content

Commit 3c8b333

Browse files
Corrected typo
Signed-off-by: Russell Seymour <[email protected]>
1 parent 2e3ca59 commit 3c8b333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/camsa/libraries/chefserver_ssl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ChefServerSSL < CAMSABase
1313
property :cert_key_path, String, default: lazy { '/etc/letsencrypt/live/%s/privkey.pem' % [node['fqdn']] }
1414

1515
# Set the configuration file that needs to be appended to
16-
property :config_file, Strinf, default: '/etc/opscode/chef-server.rb'
16+
property :config_file, String, default: '/etc/opscode/chef-server.rb'
1717

1818
action :run do
1919

0 commit comments

Comments
 (0)