]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nginx/recipes/default.rb
nginx: do not immediately start nginx
[chef.git] / cookbooks / nginx / recipes / default.rb
index 0dbc7a730639a6fee7882265a3bf458d9d7f7aae..307c4c03c3cb377f4798d6b47df48457bed43fb3 100644 (file)
@@ -43,7 +43,7 @@ directory "/var/cache/nginx/proxy-cache" 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