X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fexim%2Ftemplates%2Fmanualroute.erb;h=a1dfb504db720daa7c8d699ac00a680486fba8d6;hb=e3552ebafacf4e63fd4a97c331066022b7017d56;hp=19063fb5ebdfe0ab034097fd75c62de667504fe3;hpb=8d25947f0c292e267ef1561d7237de7bb700bcf3;p=dsa-puppet.git 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+(.*?)\.?$')