Decommission goetz and albeniz (RT#3693; RT#3692)
[mirror/dsa-puppet.git] / modules / exim / templates / locals.erb
1 #/#
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 <%=
7 locals = case fqdn
8         when "ball.debian.org" then "ball.einval.com"
9         when "malo.debian.org" then "malo.debian.osuosl.org"
10         when "rem.debian.org" then "rem.rfc822.org"
11         when "saens.debian.org" then "debian-mirror.cs.umn.edu"
12 end
13 locals
14 %>