X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/714161e93698d14211c319ac58f19695e02a2a6c..0bd8ab3941e936d18631e5cb23a910c6ee2e3a81:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index 84a38aa06..2634ec0d2 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -13,9 +13,13 @@ 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 => { :modules => [ "it87" @@ -70,5 +74,6 @@ run_list( "role[dns]", "role[geodns]", "role[chef-repository]", + "recipe[blogs]", "recipe[openvpn]" )