X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d326007c73160f8ca80cd6e81356e886e1ff2f5e..53342bfb30cc6b2d012375b79c8bfcd8571f80c1:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 76a4f9b58..4ab6b8bbd 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -215,6 +215,7 @@ node[:tile][:data].each_value do |data| if data[:refresh] action :create use_conditional_get true + ignore_failure true else action :create_if_missing end