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