Revision
255
Author
dmorgan
Date
2010-11-15 22:39:24 +0100 (Mon, 15 Nov 2010)

Log Message

Do not hardcode domain

Modified Paths

Modified: puppet/modules/sympa/templates/sympa.conf
===================================================================
--- puppet/modules/sympa/templates/sympa.conf	2010-11-15 00:51:36 UTC (rev 254)
+++ puppet/modules/sympa/templates/sympa.conf	2010-11-15 21:39:24 UTC (rev 255)
@@ -86,11 +86,11 @@
 ###\\\\ General definition ////###
 
 ## Main robot hostname
-domain  mageia.org
+domain  <%= domain %>
 
 ## Listmasters email list comma separated
 ## Sympa will associate listmaster privileges to these email addresses (mail and web interfaces). Some error reports may also be sent to these addresses.
-listmaster      listmaster@mageia.org
+listmaster      listmaster@<%= domain %>
 
 ## Local part of sympa email adresse
 ## Effective address will be \[EMAIL\]@\[HOST\]
@@ -277,7 +277,7 @@
 ###\\\\ Web interface ////###
 
 ## Sympa's main page URL
-wwsympa_url     http://ml.mageia.org/
+wwsympa_url     http://ml.<%= domain %>/
 
 ## If a spam filter (like spamassassin or j-chkmail) add a smtp headers to tag spams, name of this header (example X-Spam-Status)
 antispam_tag_header_name        X-Spam-Status