X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1c14a35ff753f0932435b1ce189e97ab17b2f72a..1f0495ace8de757939fde8a77b8070ab3d5f2681:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index bb07b565f..6595ba2ee 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -12,11 +12,6 @@ default_attributes( :first_address => "10.0.15.1", :last_address => "10.0.15.254" }, - :exim => { - :aliases => { - :root => "grant" - } - }, :munin => { :graphs => { :apcpdu_ucl => { @@ -97,7 +92,6 @@ run_list( "role[switch2osm]", "role[blog]", "role[otrs]", - "role[thinkup]", "recipe[dhcpd]", "recipe[openvpn]" )