From: Grant Slater Date: Fri, 28 Feb 2020 08:43:17 +0000 (+0000) Subject: git: apache mpm to server role X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/f0e077204df910e66e9b959ea04a626869351213 git: apache mpm to server role --- 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"