X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4257000ade199f7ca768e5cf9bca538bd02ca1b4..8d4c23ac184a2ad277a7fd2b274ed36711c8fcf9:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index 42d25d9d0..c3db86355 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,9 +9,6 @@ default_attributes( :max_spare_threads => 150 } }, - :apt => { - :sources => ["brightbox-ruby-ng"] - }, :hardware => { :mcelog => { :enabled => false @@ -61,7 +50,8 @@ override_attributes( :prefix => "64", :gateway => "fe80::1" } - } + }, + :nameservers => ["89.16.162.20", "2001:41c9:2:d6::20"] } ) @@ -69,14 +59,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]" )