[Mageia-sysadm] [255] Do not hardcode domain

root at mageia.org root at mageia.org
Mon Nov 15 22:39:24 CET 2010


Revision: 255
Author:   dmorgan
Date:     2010-11-15 22:39:24 +0100 (Mon, 15 Nov 2010)
Log Message:
-----------
Do not hardcode domain

Modified Paths:
--------------
    puppet/modules/sympa/templates/sympa.conf

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 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101115/009f3820/attachment-0001.html>


More information about the Mageia-sysadm mailing list