X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/714161e93698d14211c319ac58f19695e02a2a6c..19292cce10ddff756c298142883712568c19bee3:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index 84a38aa06..42d25d9d0 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -13,10 +13,17 @@ default_attributes( :apache => { :mpm => "event", :event => { - :max_connections_per_child => 2000 + :min_spare_threads => 50, + :max_spare_threads => 150 } }, + :apt => { + :sources => ["brightbox-ruby-ng"] + }, :hardware => { + :mcelog => { + :enabled => false + }, :modules => [ "it87" ] @@ -70,5 +77,6 @@ run_list( "role[dns]", "role[geodns]", "role[chef-repository]", + "recipe[blogs]", "recipe[openvpn]" )