]> git.openstreetmap.org Git - chef.git/blobdiff - roles/longma.rb
svn: Add specific redirects for old content
[chef.git] / roles / longma.rb
index 338334faa7ba2fa7a7dd6ecff147850f42b6a242..b67537fa5e3e25467eeecbf0e8fbeb5ddb4ca179 100644 (file)
@@ -36,13 +36,13 @@ default_attributes(
       :defaults => {
         :max_connections => "550",
         :work_mem => "240MB",
-        :fsync => "on",
+        :fsync => "off",
         :effective_io_concurrency => "500"
       }
     }
   },
   :nominatim => {
-    :state => "standalone",
+    :state => "off",
     :dbcluster => "14/main",
     :postgis => "3",
     :enable_qa_tiles => true,
@@ -52,10 +52,11 @@ default_attributes(
       "nominatim.openstreetmap.org" => {
         :max_children => 200
       }
+    }
   }
 )
 
 run_list(
   "role[equinix-dub]",
-  "role[nominatim]"
+  "role[nominatim-v4]"
 )