X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8f1ebda3ee9cff33dbd6ca29d24aea0f5294b04c..235dd57874e178a39c006b138772c608f3e19a40:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 68eaefb13..5d4647130 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -31,7 +31,6 @@ default_attributes( } }, :nominatim => { - :enabled => true, :flatnode_file => "/ssd/nominatim/nodes.store", :database => { :cluster => "9.3/main", @@ -49,6 +48,9 @@ default_attributes( :pm => "static", :max_children => "10" } + }, + :redirects => { + :reverse => "poldi.openstreetmap.org" } } )