From dbeb831d56b179a8cf5fa29187fce565327f85ca Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 5 Jan 2014 02:00:50 +0000 Subject: [PATCH 1/1] nginx: enable but do not immediately restart --- 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 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 -- 2.43.2