From: Tom Hughes Date: Tue, 26 Jan 2021 08:14:26 +0000 (+0000) Subject: Ignore failures updating fastly IP list X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/819d5a974e78d51fcc4fa7d92275607a6b118e2c?ds=sidebyside Ignore failures updating fastly IP list --- 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] }