]> git.openstreetmap.org Git - chef.git/commitdiff
nominatim: make sure that postcodes get updated on the servers
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 11 Oct 2021 12:51:51 +0000 (14:51 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 11 Oct 2021 12:51:51 +0000 (14:51 +0200)
cookbooks/nominatim/recipes/default.rb

index 47d113acc9e98c8f2b1a0be09d4a3ae46218ae26..e402b5e00bf9522846fc96edd640d8fe3ff28482 100644 (file)
@@ -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"