X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/714161e93698d14211c319ac58f19695e02a2a6c..32b18fe0a88c95a91a18b43f7887514de4be0269:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index 84a38aa06..ce00c01c4 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -2,21 +2,20 @@ 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 } }, + :apt => { + :sources => ["brightbox-ruby-ng"] + }, :hardware => { + :mcelog => { + :enabled => false + }, :modules => [ "it87" ] @@ -62,13 +61,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]" )