From: Stephen Gran Date: Tue, 6 Apr 2010 23:40:16 +0000 (+0100) Subject: silly ruby X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=52bc31ae7f6e7156f5931a197b05f3014ba01155;p=dsa-puppet.git silly ruby Signed-off-by: Stephen Gran --- diff --git a/modules/exim/templates/manualroute.erb b/modules/exim/templates/manualroute.erb index 9f78c16c..4f241704 100644 --- a/modules/exim/templates/manualroute.erb +++ b/modules/exim/templates/manualroute.erb @@ -15,7 +15,7 @@ extraroutes = [] case fqdn when 'spohr.debian.org', 'draghi.debian.org', 'merikanto.debian.org' then mxmatches << 'mailout.debian.org' - extraroutes = [ 'keyring.debian.org:\t\tkaufmann.debian.org' ] + extraroutes = [ "keyring.debian.org:\t\tkaufmann.debian.org" ] end mxregex = Regexp.new('^\d+\s+(.*)\.$')