X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d91202ca5b954468eefc46041ab9b33115a9f070..117fff49e6ba082bd30e299e8014be525da3a420:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index a3dbedfb7..d16fa71ad 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -31,12 +31,12 @@ default_attributes( :listen_addresses => "10.0.0.20", :work_mem => "160MB", :effective_io_concurrency => "256", - :fsync => "off" + :fsync => "on" } } }, :nominatim => { - :state => "off", + :state => "standalone", :dbcluster => "14/main", :postgis => "3", :enable_backup => true, @@ -51,5 +51,5 @@ default_attributes( run_list( "role[ucl]", - "role[nominatim-v4]" + "role[nominatim]" )