summaryrefslogtreecommitdiff
path: root/manifests/system.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-26 09:16:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-26 09:16:24 -0300
commit012f17f3f9acf8fc6f18a832715a751e379693ca (patch)
tree4df14bd2bfad59a795e4f93c55eacd230499e410 /manifests/system.pp
parent116bd8037b171f219880ba02c70a4c3c7d368324 (diff)
downloadpuppet-mail-012f17f3f9acf8fc6f18a832715a751e379693ca.tar.gz
puppet-mail-012f17f3f9acf8fc6f18a832715a751e379693ca.tar.bz2
Introducing parameter sympa_listmasters
Diffstat (limited to 'manifests/system.pp')
-rw-r--r--manifests/system.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/system.pp b/manifests/system.pp
index d226191..53ec12f 100644
--- a/manifests/system.pp
+++ b/manifests/system.pp
@@ -70,6 +70,10 @@ class mail::system {
'': { $sympa_subdomain = "lists" }
}
+ case $sympa_listmasters {
+ '': { $sympa_listmasters = "listmaster@${fqdn}" }
+ }
+
case $sympa_lang {
'': { $sympa_lang = "en_US" }
}