]> git.openstreetmap.org Git - chef.git/commitdiff
Ignore failures updating fastly IP list
authorTom Hughes <tom@compton.nu>
Tue, 26 Jan 2021 08:14:26 +0000 (08:14 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 26 Jan 2021 08:14:26 +0000 (08:14 +0000)
cookbooks/tile/recipes/default.rb

index e2bf53d77c03c195ecf8e44a206486be2021a233..4a145476092c834c8069cde313777387e66cec88 100644 (file)
@@ -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] }