projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba2206d
)
nginx: enable but do not immediately restart
author
Grant Slater
<git@firefishy.com>
Sun, 5 Jan 2014 02:00:50 +0000
(
02:00
+0000)
committer
Grant Slater
<git@firefishy.com>
Sun, 5 Jan 2014 02:00:50 +0000
(
02:00
+0000)
cookbooks/nginx/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/nginx/recipes/default.rb
b/cookbooks/nginx/recipes/default.rb
index b9625ddd4bc0ad52c762deb00eb1117184cf5959..58493216615a0b60b7aaf8d8f6b4693b1104be5b 100644
(file)
--- a/
cookbooks/nginx/recipes/default.rb
+++ b/
cookbooks/nginx/recipes/default.rb
@@
-29,7
+29,7
@@
template "/etc/nginx/nginx.conf" do
end
service "nginx" do
- action [ :enable
, :start
]
+ action [ :enable ]
supports :status => true, :restart => true, :reload => true
subscribes :restart, "template[/etc/nginx/nginx.conf]"
end