]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/attributes/default.rb
Standardise generation of FPM pool configurations
[chef.git] / cookbooks / nominatim / attributes / default.rb
index fe1118822a69352a60263ee879a18209c5795c5c..1c0978afe2af3860aef5904c96c7eda4ea56d150 100644 (file)
@@ -12,9 +12,9 @@ default[:nominatim][:enable_git_updates] = true
 
 default[:nominatim][:fpm_pools] = {
   :www => {
-    :port => "8000",
+    :port => 8000,
     :pm => "dynamic",
-    :max_children => "60"
+    :max_children => 60
   }
 }