Revision
274
Author
boklm
Date
2010-11-18 01:47:19 +0100 (Thu, 18 Nov 2010)

Log Message

use $domain

Modified Paths

Modified: puppet/modules/postfix/templates/primary_transport_regexp
===================================================================
--- puppet/modules/postfix/templates/primary_transport_regexp	2010-11-18 00:43:41 UTC (rev 273)
+++ puppet/modules/postfix/templates/primary_transport_regexp	2010-11-18 00:47:19 UTC (rev 274)
@@ -1,2 +1,5 @@
-/^.*+owner\@ml\.mageia\.org$/ sympabounce:
-/^.*\@ml\.mageia\.org$/       sympa:
+<%
+ml_domain = 'ml\.' + domain.gsub('.','\.')
+%>
+/^.*+owner\@<%= ml_domain %>$/ sympabounce:
+/^.*\@<%= ml_domain %>$/       sympa: