projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5e6ae8
)
imagery: trigger nginx reload instead of restart
author
Grant Slater
<git@firefishy.com>
Fri, 3 Jun 2016 20:58:41 +0000
(21:58 +0100)
committer
Grant Slater
<git@firefishy.com>
Fri, 3 Jun 2016 20:58:41 +0000
(21:58 +0100)
cookbooks/imagery/resources/site.rb
patch
|
blob
|
history
diff --git
a/cookbooks/imagery/resources/site.rb
b/cookbooks/imagery/resources/site.rb
index 2cf26011c43ca0da4af0d1ba5c7423e1ba74d022..ea5884563aa22985f90f003626a32f2f21bcb5df 100644
(file)
--- a/
cookbooks/imagery/resources/site.rb
+++ b/
cookbooks/imagery/resources/site.rb
@@
-83,5
+83,5
@@
action :create do
end
def after_created
- notifies :re
start
, "service[nginx]"
+ notifies :re
load
, "service[nginx]"
end