From c64f1bf7967105a400fa8c4f11627a545296f3ba Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 2 Jan 2017 21:57:10 +0000 Subject: [PATCH] nginx: do not immediately start nginx --- 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 0dbc7a730..307c4c03c 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, :start] + action [:enable] supports :status => true, :restart => true, :reload => true subscribes :restart, "template[/etc/nginx/nginx.conf]" end -- 2.43.2