]> git.openstreetmap.org Git - chef.git/blobdiff - roles/longma.rb
Merge remote-tracking branch 'github/pull/528'
[chef.git] / roles / longma.rb
index b67537fa5e3e25467eeecbf0e8fbeb5ddb4ca179..14a634c9c34ef4e0d161f00fe189c0d8f7714f27 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,
@@ -52,11 +52,14 @@ default_attributes(
       "nominatim.openstreetmap.org" => {
         :max_children => 200
       }
+    },
+    :config => {
+      :forward_dependencies => "yes"
     }
   }
 )
 
 run_list(
   "role[equinix-dub]",
-  "role[nominatim-v4]"
+  "role[nominatim]"
 )