]> git.openstreetmap.org Git - chef.git/commitdiff
pummelzacken: put back into production mode
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 10 Jul 2022 07:17:38 +0000 (09:17 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 10 Jul 2022 07:17:58 +0000 (09:17 +0200)
roles/pummelzacken.rb

index a3dbedfb7534498f10f13f29413fdf0bbb589e38..36140c371374383a91d657ecabb5100d499367ca 100644 (file)
@@ -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,