]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/recipes/default.rb
Ignore failures updating fastly IP list
[chef.git] / 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] }