X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a4c9a602666617db7ffe10a684544e414adbfab3..eb00f1594050f79ac472785f4029ad4a1fe03da6:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index c57441b11..56e2a3ed3 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -15,9 +15,6 @@ default_attributes( :ignore => %w[in6] } }, - :mcelog => { - :enabled => false - }, :modules => [ "it87" ] @@ -44,15 +41,12 @@ override_attributes( :prefix => "64", :gateway => "fe80::1" } - }, - :nameservers => ["89.16.162.20", "2001:41c9:2:d6::20"], - :private_address => "10.0.16.100" + } } ) run_list( "role[bytemark]", - "role[mail]", "role[lists]", "role[osqa]" )