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