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 2d08c55 commit 95a6410Copy full SHA for 95a6410
cookbooks/camsa/recipes/chefserver.rb
@@ -35,7 +35,7 @@
35
},
36
certificate: lazy {
37
if ::File.exist?(::File.join(node['camsa']['chefserver']['dir']['config'], 'chefssl.rb')) do
38
- ::IO.read()::File.join(node['camsa']['chefserver']['dir']['config'], 'chefssl.rb'))
+ ::IO.read(::File.join(node['camsa']['chefserver']['dir']['config'], 'chefssl.rb'))
39
else
40
""
41
end
0 commit comments