X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/acc8e1af34fde59696234a80475976ed6c5f5044..143160f8b3b63f5a43f02c41ec07e782b71f23b4:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index a52c0aa66..4a1454760 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -49,6 +49,7 @@ end remote_file "#{Chef::Config[:file_cache_path]}/fastly-ip-list.json" do source "https://api.fastly.com/public-ip-list" compile_time true + ignore_failure true end tilecaches = search(:node, "roles:tilecache").sort_by { |n| n[:hostname] } @@ -610,14 +611,6 @@ munin_plugin "renderd_zoom_time" munin_plugin "replication_delay" -prometheus_collector "modtile" do - action :delete -end - -prometheus_collector "renderd" do - action :delete -end - prometheus_exporter "modtile" do port 9494 end