X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/714161e93698d14211c319ac58f19695e02a2a6c..291deafc9f84fdee1d0ff92ca2268297c828bb74:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index 84a38aa06..9226ff0de 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -2,21 +2,17 @@ name "shenron" description "Master role applied to shenron" default_attributes( - :accounts => { - :users => { - :bretth => { - :status => :user, - :shell => "/usr/bin/git-shell" - } - } - }, :apache => { :mpm => "event", :event => { - :max_connections_per_child => 2000 + :min_spare_threads => 50, + :max_spare_threads => 150 } }, :hardware => { + :mcelog => { + :enabled => false + }, :modules => [ "it87" ] @@ -62,13 +58,10 @@ run_list( "role[bytemark]", "role[mail]", "role[lists]", - "role[git]", "role[subversion]", "role[trac]", "role[osqa]", "role[irc]", - "role[dns]", - "role[geodns]", - "role[chef-repository]", + "recipe[blogs]", "recipe[openvpn]" )