]> git.openstreetmap.org Git - chef.git/blobdiff - roles/sarel.rb
Version bump cividiscount
[chef.git] / roles / sarel.rb
index 647aa57c5e7a0f963c092729d2b426a6f6267dcc..ab1bf393b259706a5a450e7336db8d71a1cb9cfb 100644 (file)
@@ -2,10 +2,17 @@ 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",
-    :private_nodes => "fqdn:*"
+    :private_group => "chefrepo"
   },
   :networking => {
     :interfaces => {