]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
add manualroute tracker -> ticharich
authorStephen Gran <steve@lobefin.net>
Sun, 29 Jun 2014 12:10:07 +0000 (13:10 +0100)
committerStephen Gran <steve@lobefin.net>
Sun, 29 Jun 2014 12:10:07 +0000 (13:10 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/templates/manualroute.erb

index 19063fb5ebdfe0ab034097fd75c62de667504fe3..a1dfb504db720daa7c8d699ac00a680486fba8d6 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+(.*?)\.?$')