add manualroute tracker -> ticharich
[mirror/dsa-puppet.git] / modules / exim / templates / manualroute.erb
index 19063fb..a1dfb50 100644 (file)
@@ -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+(.*?)\.?$')