X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d326007c73160f8ca80cd6e81356e886e1ff2f5e..b3054cb3d8f3cfae3b1c045e7715e6c127386459:/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