]> git.openstreetmap.org Git - chef.git/blobdiff - roles/longma.rb
Merge remote-tracking branch 'tigerfell/pr257'
[chef.git] / roles / longma.rb
index b67537fa5e3e25467eeecbf0e8fbeb5ddb4ca179..f8ff9cd871085fde7af8f407d4c064da88c0a24e 100644 (file)
@@ -36,13 +36,13 @@ default_attributes(
       :defaults => {
         :max_connections => "550",
         :work_mem => "240MB",
-        :fsync => "off",
+        :fsync => "on",
         :effective_io_concurrency => "500"
       }
     }
   },
   :nominatim => {
-    :state => "off",
+    :state => "standalone",
     :dbcluster => "14/main",
     :postgis => "3",
     :enable_qa_tiles => true,
@@ -58,5 +58,5 @@ default_attributes(
 
 run_list(
   "role[equinix-dub]",
-  "role[nominatim-v4]"
+  "role[nominatim]"
 )