From: Sarah Hoffmann Date: Sun, 10 Jul 2022 07:17:38 +0000 (+0200) Subject: pummelzacken: put back into production mode X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/7fe7f321b4bad0219c82b26de1b51d66639c1077 pummelzacken: put back into production mode --- diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index a3dbedfb7..36140c371 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,