From: Sarah Hoffmann Date: Mon, 11 Oct 2021 12:51:51 +0000 (+0200) Subject: nominatim: make sure that postcodes get updated on the servers X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/e2d7320e5cc873e9a55f2a04303d5f4df4c92a29 nominatim: make sure that postcodes get updated on the servers --- diff --git a/cookbooks/nominatim/recipes/default.rb b/cookbooks/nominatim/recipes/default.rb index 47d113acc..e402b5e00 100644 --- a/cookbooks/nominatim/recipes/default.rb +++ b/cookbooks/nominatim/recipes/default.rb @@ -268,7 +268,7 @@ external_data = [ external_data.each do |fname| remote_file "#{build_directory}/#{fname}" do - action :create_if_missing + action :create source "https://www.nominatim.org/data/#{fname}" owner "nominatim" group "nominatim"