]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Introducing parameter sympa_listmasters
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 26 Aug 2010 12:16:24 +0000 (09:16 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 26 Aug 2010 12:16:24 +0000 (09:16 -0300)
manifests/system.pp
templates/sympa/sympa.conf.erb

index d2261915f100f562d7aca57d547d0c292dd710eb..53ec12ff6fb540697aa6b9128892efd3d80e1239 100644 (file)
@@ -70,6 +70,10 @@ class mail::system {
         '': { $sympa_subdomain = "lists" }
       }
 
+      case $sympa_listmasters {
+        '': { $sympa_listmasters = "listmaster@${fqdn}" }
+      }
+
       case $sympa_lang {
         '': { $sympa_lang = "en_US" }
       }
index 37627af86b47cbdc61c7784783136583f30aa33b..2e031a7b528a8f6c77e413ff77dad5a9c25ea208 100644 (file)
@@ -53,7 +53,7 @@ domain                <%= sympa_subdomain %>.<%= 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@.<%= fqdn %>
+listmaster             <%= sympa_listmasters %>
 
 ## Local part of sympa email adresse
 ## Effective address will be [EMAIL]@[HOST]