X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4257000ade199f7ca768e5cf9bca538bd02ca1b4..487a005b1708189b2b2dddda3f0a7568b82b23db:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index 42d25d9d0..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 => { @@ -69,14 +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]" )