]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / pummelzacken.rb
index a3dbedfb7534498f10f13f29413fdf0bbb589e38..d16fa71ad041d6ad5f5cf65f53e64f349e86241b 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,
@@ -51,5 +51,5 @@ default_attributes(
 
 run_list(
   "role[ucl]",
-  "role[nominatim-v4]"
+  "role[nominatim]"
 )