From: Grant Slater Date: Sun, 5 Jan 2014 02:00:50 +0000 (+0000) Subject: nginx: enable but do not immediately restart X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/dbeb831d56b179a8cf5fa29187fce565327f85ca?hp=ba2206d2e7bb1a2f03ccefc13e89b68f7f0aee2e nginx: enable but do not immediately restart --- diff --git a/cookbooks/nginx/recipes/default.rb b/cookbooks/nginx/recipes/default.rb index b9625ddd4..584932166 100644 --- 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