split service and port in xinetd::service
[mirror/dsa-puppet.git] / modules / exim / templates / manualroute.erb
index 3522f84..a1dfb50 100644 (file)
@@ -15,8 +15,9 @@ extraroutes = []
 if scope.function_has_role(['mailrelay'])
   mxmatches << 'mailout.debian.org'
   mxmatches << 'INCOMING-MX'
-  extraroutes = [ "keyring.debian.org:\t\tkaufmann.debian.org" ]
+  extraroutes = [ ]
   extraroutes << "www-master.debian.org:\t\twolkenstein.debian.org"
+  extraroutes << "tracker.debian.org:\t\tticharich.debian.org"
 end
 
 mxregex = Regexp.new('^\d+\s+(.*?)\.?$')