X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fexim%2Ftemplates%2Fmanualroute.erb;h=a1dfb504db720daa7c8d699ac00a680486fba8d6;hb=1da37a0a26ebdd8487c8608f819bc4457a85957c;hp=3522f84d06b4a51cdebbfd59e6e9f1d735b22b69;hpb=8f8949635232414cd22ed6e413f9c8aff4c5f306;p=mirror%2Fdsa-puppet.git diff --git a/modules/exim/templates/manualroute.erb b/modules/exim/templates/manualroute.erb index 3522f84d0..a1dfb504d 100644 --- a/modules/exim/templates/manualroute.erb +++ b/modules/exim/templates/manualroute.erb @@ -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+(.*?)\.?$')