]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-04.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / stormfly-04.rb
index 13150a95004acf865f8db818997727260834552a..ade67133a9331fd758a4e094db7ad6eb3e9b9c9a 100644 (file)
@@ -29,13 +29,13 @@ default_attributes(
     :settings => {
       :defaults => {
         :work_mem => "300MB",
-        :fsync => "off",
+        :fsync => "on",
         :effective_io_concurrency => "100"
       }
     }
   },
   :nominatim => {
-    :state => "off",
+    :state => "standalone",
     :dbcluster => "14/main",
     :postgis => "3",
     :flatnode_file => "/ssd/nominatim/nodes.store",
@@ -52,5 +52,5 @@ run_list(
   "role[osuosl]",
   "role[hp-g9]",
   "role[geodns]",
-  "role[nominatim-v4]"
+  "role[nominatim]"
 )