X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2bfb0ef07fb64314f5c4ded641a8c280df9c1d0b..977122dbb6db324c53106b01dd794f0b316b2dd7:/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]" )