]> git.openstreetmap.org Git - chef.git/commitdiff
nginx: enable but do not immediately restart
authorGrant Slater <git@firefishy.com>
Sun, 5 Jan 2014 02:00:50 +0000 (02:00 +0000)
committerGrant Slater <git@firefishy.com>
Sun, 5 Jan 2014 02:00:50 +0000 (02:00 +0000)
cookbooks/nginx/recipes/default.rb

index b9625ddd4bc0ad52c762deb00eb1117184cf5959..58493216615a0b60b7aaf8d8f6b4693b1104be5b 100644 (file)
@@ -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