From f0e077204df910e66e9b959ea04a626869351213 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 28 Feb 2020 08:43:17 +0000 Subject: [PATCH 1/1] git: apache mpm to server role --- roles/git.rb | 8 -------- roles/sarel.rb | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/roles/git.rb b/roles/git.rb index 889aa2c38..31ad54036 100644 --- a/roles/git.rb +++ b/roles/git.rb @@ -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"] diff --git a/roles/sarel.rb b/roles/sarel.rb index e3f550d9c..ab1bf393b 100644 --- a/roles/sarel.rb +++ b/roles/sarel.rb @@ -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" -- 2.39.5