From: Grant Slater Date: Mon, 2 Jan 2017 22:10:42 +0000 (+0000) Subject: nginx: add note on service start X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c4726f93edcce48a58904e0952d3a16a757ef42d?ds=sidebyside nginx: add note on service start --- diff --git a/cookbooks/nginx/recipes/default.rb b/cookbooks/nginx/recipes/default.rb index 307c4c03c..0c97546bd 100644 --- a/cookbooks/nginx/recipes/default.rb +++ b/cookbooks/nginx/recipes/default.rb @@ -43,7 +43,7 @@ directory "/var/cache/nginx/proxy-cache" do end service "nginx" do - action [:enable] + action [:enable] # Do not start the service as config may be broken from failed chef run supports :status => true, :restart => true, :reload => true subscribes :restart, "template[/etc/nginx/nginx.conf]" end