]> git.openstreetmap.org Git - chef.git/blobdiff - roles/poldi.rb
add ports for fpm pools on poldi
[chef.git] / roles / poldi.rb
index cc705c2131e9d9a077a65cd73304777be3439af9..e9961cafa699aa8147a686e69ebb1d5ac5ed4c1a 100644 (file)
@@ -73,10 +73,12 @@ default_attributes(
     },
     :fpm_pools => {
         :www => {
+            :port => "8000",
             :pm => "dynamic",
             :max_children => "60"
         },
         :bulk => {
+            :port => "8001",
             :pm => "static",
             :max_children => "10"
         }