X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d91202ca5b954468eefc46041ab9b33115a9f070..41b4f8ccdff661e5463961da893ef91866e9f74c:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index a3dbedfb7..15cd24e9b 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, @@ -44,6 +44,9 @@ default_attributes( :tablespaces => { "daux" => "/data/tablespaces/daux", "iaux" => "/data/tablespaces/iaux" + }, + :config => { + :forward_dependencies => "yes" } } @@ -51,5 +54,5 @@ default_attributes( run_list( "role[ucl]", - "role[nominatim-v4]" + "role[nominatim]" )