X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fexim%2Ftemplates%2Fmanualroute.erb;h=a1dfb504db720daa7c8d699ac00a680486fba8d6;hb=d117827ccb06fdfe2a81b14226d96446871a855e;hp=19063fb5ebdfe0ab034097fd75c62de667504fe3;hpb=123a9d74fd810f4da8f1a03d81ca81eea6d98d25;p=mirror%2Fdsa-puppet.git diff --git a/modules/exim/templates/manualroute.erb b/modules/exim/templates/manualroute.erb index 19063fb5e..a1dfb504d 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+(.*?)\.?$')