]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/recipes/default.rb
Add shorewall stoppedrules support
[chef.git] / cookbooks / tile / recipes / default.rb
index 1bc45e92f92082b6629ace57305104967120bb01..6aeedaae837e0c2831ca6e95ef884bbc389954c2 100644 (file)
@@ -459,6 +459,7 @@ if node[:tile][:database][:external_data_script]
     cwd "/srv/tile.openstreetmap.org"
     user "tile"
     group "tile"
+    ignore_failure true
   end
 end
 
@@ -533,7 +534,7 @@ end
 
 service "tile-ratelimit" do
   action [:enable, :start]
-  subscribes :restart, "file[/usr/local/bin/time-ratelimit]"
+  subscribes :restart, "file[/usr/local/bin/tile-ratelimit]"
   subscribes :restart, "systemd_service[tile-ratelimit]"
 end