From 819d5a974e78d51fcc4fa7d92275607a6b118e2c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 26 Jan 2021 08:14:26 +0000 Subject: [PATCH] Ignore failures updating fastly IP list --- cookbooks/tile/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) 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] } -- 2.43.2