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 8aff861 commit 2e3ca59Copy full SHA for 2e3ca59
cookbooks/camsa/libraries/chefserver_ssl.rb
@@ -28,8 +28,6 @@ class ChefServerSSL < CAMSABase
28
append_if_no_line "ssl_certificate_key" do
29
path new_resource.cert_path
30
line 'echo nginx["ssl_certificateKey"] = "%s"' % [new_resource.cert_key_path]
31
-
32
- notifies :run, "bash[chef_reconfigure]", :immediately
33
end
34
35
bash 'chef_reconfigure' do
0 commit comments