]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: trigger nginx reload instead of restart
authorGrant Slater <git@firefishy.com>
Fri, 3 Jun 2016 20:58:41 +0000 (21:58 +0100)
committerGrant Slater <git@firefishy.com>
Fri, 3 Jun 2016 20:58:41 +0000 (21:58 +0100)
cookbooks/imagery/resources/site.rb

index 2cf26011c43ca0da4af0d1ba5c7423e1ba74d022..ea5884563aa22985f90f003626a32f2f21bcb5df 100644 (file)
@@ -83,5 +83,5 @@ action :create do
 end
 
 def after_created
-  notifies :restart, "service[nginx]"
+  notifies :reload, "service[nginx]"
 end