X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ae5c15351d43403f2cc0fe708b00bbf0a69c1383..143160f8b3b63f5a43f02c41ec07e782b71f23b4:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index e2bf53d77..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] }