X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fexim%2Ftemplates%2Fmanualroute.erb;h=70cefe91acd176c01bb3bff88a4cd508e52f02c8;hb=95eab19f797ba51c063f207d471763918b7f3e1e;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..70cefe91a 100644 --- a/modules/exim/templates/manualroute.erb +++ b/modules/exim/templates/manualroute.erb @@ -15,8 +15,10 @@ 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" + extraroutes << "salsa.debian.org:\t\tgodard.debian.org" end mxregex = Regexp.new('^\d+\s+(.*?)\.?$')