X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/51e117f64d3a667df4a8d1149f3ed922ef93e9e5..fceaaf9eb506890fbddbebede753be654fc6a6ad:/roles/dulcy.rb diff --git a/roles/dulcy.rb b/roles/dulcy.rb index 6e78549ec..a1e930e78 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -34,12 +34,13 @@ default_attributes( :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", - :fsync => "off" + :fsync => "on" } } }, :nominatim => { - :state => "off", + :state => "standalone", + :enable_backup => false, :dbadmins => %w(lonvia tomh), :dbcluster => "9.5/main", :flatnode_file => "/ssd/nominatim/nodes.store", @@ -70,5 +71,5 @@ default_attributes( run_list( "role[ic]", - "role[nominatim-base]" + "role[nominatim]" )