]> git.openstreetmap.org Git - chef.git/commitdiff
git: apache mpm to server role
authorGrant Slater <git@firefishy.com>
Fri, 28 Feb 2020 08:43:17 +0000 (08:43 +0000)
committerGrant Slater <git@firefishy.com>
Fri, 28 Feb 2020 08:44:58 +0000 (08:44 +0000)
roles/git.rb
roles/sarel.rb

index 889aa2c38e994501f3be33e900d03ef552935fb7..31ad54036829706b2021062d37b0d9b213cf2927 100644 (file)
@@ -22,14 +22,6 @@ default_attributes(
       }
     }
   },
-  :apache => {
-    :mpm => "event",
-      :event => {
-        :min_spare_threads => 50,
-        :max_spare_threads => 150,
-        :listen_cores_buckets_ratio => 4
-      }
-  },
   :git => {
     :host => "git.openstreetmap.org",
     :aliases => ["git.osm.org"]
index e3f550d9cbf59ce044b4e1af41f8fe5b3f004661..ab1bf393b259706a5a450e7336db8d71a1cb9cfb 100644 (file)
@@ -2,6 +2,14 @@ name "sarel"
 description "Master role applied to sarel"
 
 default_attributes(
+  :apache => {
+    :mpm => "event",
+    :event => {
+      :min_spare_threads => 50,
+      :max_spare_threads => 150,
+      :listen_cores_buckets_ratio => 4
+    }
+  },
   :git => {
     :private_user => "chefrepo",
     :private_group => "chefrepo"