summaryrefslogtreecommitdiff
path: root/manifests/system.pp
diff options
context:
space:
mode:
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" }
}