projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5f1808
)
route salsa.debian.org to godard.debian.org
author
Peter Palfrader
<peter@palfrader.org>
Tue, 29 Aug 2017 16:10:13 +0000
(18:10 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 29 Aug 2017 16:10:13 +0000
(18:10 +0200)
modules/exim/templates/manualroute.erb
patch
|
blob
|
history
diff --git
a/modules/exim/templates/manualroute.erb
b/modules/exim/templates/manualroute.erb
index
7787a22
..
70cefe9
100644
(file)
--- 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+(.*?)\.?$')