X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8fc604aebea9c110a6be7421ecd30d7ba056af60..ed17684b5d2a41a49968c90be2cb6ee8eace8265:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index 800ba219f..9226ff0de 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 => { @@ -18,6 +10,9 @@ default_attributes( } }, :hardware => { + :mcelog => { + :enabled => false + }, :modules => [ "it87" ] @@ -63,14 +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]" )