X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c4abdded449ba9f2905f78fb9d2c017a49f99b17..efa19e7783071a0ca31a742e3fc20163bbfc4975:/cookbooks/nginx/recipes/default.rb 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