]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
fix rubocop offenses
[chef.git] / roles / pummelzacken.rb
index e0264e9d01b0a8cbb904062fd4c1d3ba24aa411d..2280a94726c4c0dc90d418053d5bb1e45ce79115 100644 (file)
@@ -35,6 +35,7 @@ default_attributes(
     :state => "standalone",
     :dbadmins => %w[lonvia tomh],
     :dbcluster => "9.6/main",
+    :enable_backup => true,
     :flatnode_file => "/ssd/nominatim/nodes.store",
     :tablespaces => {
       "dosm" => "/ssd/tablespaces/dosm",
@@ -47,6 +48,11 @@ default_attributes(
       "isearch" => "/ssd/tablespaces/isearch",
       "daux" => "/data/tablespaces/daux",
       "iaux" => "/data/tablespaces/iaux"
+    },
+    :fpm_pools => {
+      :www => {
+        :max_children => "40"
+      }
     }
   }
 )