]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim.rb
Disable faulty ACPI power sensor on specific HP systems
[chef.git] / roles / nominatim.rb
index 8e3ed5d0b29e83cca388398791583fcdfa405286..44ab2415578f7d2f4fd942203dac7c0a6374b6a5 100644 (file)
@@ -59,16 +59,6 @@ default_attributes(
     :database => {
         :cluster => "9.1/main",
         :dbname => "nominatim"
-    },
-    :fpm_pools => {
-        :www => {
-            :pm => "dynamic",
-            :max_children => "50"
-        },
-        :bulk => {
-            :pm => "static",
-            :max_children => "7"
-        }
     }
   }
 )