From: Sarah Hoffmann Date: Sun, 12 Aug 2018 16:31:03 +0000 (+0200) Subject: put pummelzacken in production mode X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/b333eba6f04267e459ea7d2752e57fb7eaf5879d put pummelzacken in production mode --- diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 365866e46..e431a6645 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -27,12 +27,12 @@ default_attributes( :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", - :fsync => "off" + :fsync => "on" } } }, :nominatim => { - :state => "off", + :state => "standalone", :dbadmins => %w[lonvia tomh], :dbcluster => "10/main", :postgis => "2.4",