]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
Remove nominatim role from pummelzacken
[chef.git] / roles / pummelzacken.rb
index f7a9347b63f3fa37630870a7a74cc8ef107ad3dc..506aa4ec003e34e68fd9f70fca01c18cca04bb8b 100644 (file)
@@ -37,18 +37,6 @@ default_attributes(
       :dbname => "nominatim",
       :postgis => "2.1"
     },
-    :fpm_pools => {
-      :www => {
-        :port => "8000",
-        :pm => "dynamic",
-        :max_children => "60"
-      },
-      :bulk => {
-        :port => "8001",
-        :pm => "static",
-        :max_children => "10"
-      }
-    },
     :redirects => {
     }
   },
@@ -63,6 +51,5 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-wolfson]",
-  "role[nominatim-standalone]"
+  "role[ucl-wolfson]"
 )