X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1c14a35ff753f0932435b1ce189e97ab17b2f72a..5145c748af08a7dcae1b38deb783d74c2b550ea2:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index bb07b565f..7bbcc3839 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,7 @@ run_list( "role[switch2osm]", "role[blog]", "role[otrs]", - "role[thinkup]", + "role[donate]", "recipe[dhcpd]", "recipe[openvpn]" )