Skip to content

Commit 2e3ca59

Browse files
Removed erroneous notifies
Signed-off-by: Russell Seymour <[email protected]>
1 parent 8aff861 commit 2e3ca59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cookbooks/camsa/libraries/chefserver_ssl.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ class ChefServerSSL < CAMSABase
2828
append_if_no_line "ssl_certificate_key" do
2929
path new_resource.cert_path
3030
line 'echo nginx["ssl_certificateKey"] = "%s"' % [new_resource.cert_key_path]
31-
32-
notifies :run, "bash[chef_reconfigure]", :immediately
3331
end
3432

3533
bash 'chef_reconfigure' do

0 commit comments

Comments
 (0)