From e2d7320e5cc873e9a55f2a04303d5f4df4c92a29 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 11 Oct 2021 14:51:51 +0200 Subject: [PATCH] nominatim: make sure that postcodes get updated on the servers --- cookbooks/nominatim/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5