From c4726f93edcce48a58904e0952d3a16a757ef42d Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 2 Jan 2017 22:10:42 +0000 Subject: [PATCH] nginx: add note on service start --- cookbooks/nginx/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2