]> git.openstreetmap.org Git - chef.git/commitdiff
put pummelzacken back into production
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 1 Dec 2020 07:46:58 +0000 (08:46 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 1 Dec 2020 07:46:58 +0000 (08:46 +0100)
roles/pummelzacken.rb

index add5249388505e1b29a545098f3c46ac083fa499..05393514c155b5ecca84cc774c7a620ab8b9ed26 100644 (file)
@@ -34,7 +34,7 @@ default_attributes(
         :random_page_cost => "1.5",
         :effective_cache_size => "60GB",
         :effective_io_concurrency => "256",
-        :fsync => "off"
+        :fsync => "on"
       }
     }
   },
@@ -45,7 +45,7 @@ default_attributes(
     }
   },
   :nominatim => {
-    :state => "off",
+    :state => "standalone",
     :dbadmins => %w[lonvia tomh],
     :dbcluster => "13/main",
     :postgis => "3",