]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nginx/recipes/default.rb
tilecache: enable IPv6
[chef.git] / cookbooks / nginx / recipes / default.rb
index 480937407b3c5421e93e6ca4e4ec5eb7a5044649..93aab56906afd96dabce0acc328ffbc0a3ff5a62 100644 (file)
@@ -50,7 +50,7 @@ end
 service "nginx" do
   action [:enable] # Do not start the service as config may be broken from failed chef run
   supports :status => true, :restart => true, :reload => true
 service "nginx" do
   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]", :immediately
+  subscribes :restart, "template[/etc/nginx/nginx.conf]"
 end
 
 munin_plugin_conf "nginx" do
 end
 
 munin_plugin_conf "nginx" do