X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0bd8ab3941e936d18631e5cb23a910c6ee2e3a81..8d4c23ac184a2ad277a7fd2b274ed36711c8fcf9:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index 2634ec0d2..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,10 +9,10 @@ default_attributes( :max_spare_threads => 150 } }, - :apt => { - :sources => ["brightbox-ruby-ng"] - }, :hardware => { + :mcelog => { + :enabled => false + }, :modules => [ "it87" ] @@ -58,7 +50,8 @@ override_attributes( :prefix => "64", :gateway => "fe80::1" } - } + }, + :nameservers => ["89.16.162.20", "2001:41c9:2:d6::20"] } ) @@ -66,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]" )