From: Stephen Gran Date: Sun, 29 Jun 2014 12:10:07 +0000 (+0100) Subject: add manualroute tracker -> ticharich X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=e3552ebafacf4e63fd4a97c331066022b7017d56 add manualroute tracker -> ticharich Signed-off-by: Stephen Gran --- diff --git a/modules/exim/templates/manualroute.erb b/modules/exim/templates/manualroute.erb index 19063fb5..a1dfb504 100644 --- a/modules/exim/templates/manualroute.erb +++ b/modules/exim/templates/manualroute.erb @@ -17,6 +17,7 @@ if scope.function_has_role(['mailrelay']) mxmatches << 'INCOMING-MX' extraroutes = [ ] extraroutes << "www-master.debian.org:\t\twolkenstein.debian.org" + extraroutes << "tracker.debian.org:\t\tticharich.debian.org" end mxregex = Regexp.new('^\d+\s+(.*?)\.?$')