X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fexim%2Ftemplates%2Fmanualroute.erb;h=70cefe91acd176c01bb3bff88a4cd508e52f02c8;hb=ad144c20d54eb33597becebd0734d64e7b2fdea6;hp=7787a220f15d454e59cf5cb31198ebee81c8b52f;hpb=38b510c5331302834f5b039f5486c4a1135f6397;p=mirror%2Fdsa-puppet.git diff --git a/modules/exim/templates/manualroute.erb b/modules/exim/templates/manualroute.erb index 7787a220f..70cefe91a 100644 --- a/modules/exim/templates/manualroute.erb +++ b/modules/exim/templates/manualroute.erb @@ -18,8 +18,7 @@ if scope.function_has_role(['mailrelay']) extraroutes = [ ] extraroutes << "www-master.debian.org:\t\twolkenstein.debian.org" extraroutes << "tracker.debian.org:\t\tticharich.debian.org" - extraroutes << "salsa.debian.net:\t\tgodard.debian.net" - extraroutes << "godard.debian.net:\t\tgodard.debian.net" + extraroutes << "salsa.debian.org:\t\tgodard.debian.org" end mxregex = Regexp.new('^\d+\s+(.*?)\.?$')