X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/414079c5747f105c0df41b10757a779485909f09..487a005b1708189b2b2dddda3f0a7568b82b23db:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index d6e8ff9c5..ce00c01c4 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -2,14 +2,6 @@ name "shenron" description "Master role applied to shenron" default_attributes( - :accounts => { - :users => { - :bretth => { - :status => :user, - :shell => "/usr/bin/git-shell" - } - } - }, :apache => { :mpm => "event", :event => { @@ -17,7 +9,13 @@ default_attributes( :max_spare_threads => 150 } }, + :apt => { + :sources => ["brightbox-ruby-ng"] + }, :hardware => { + :mcelog => { + :enabled => false + }, :modules => [ "it87" ] @@ -63,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]" )