summaryrefslogtreecommitdiff
path: root/manifests/system.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/system.pp')
-rw-r--r--manifests/system.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/system.pp b/manifests/system.pp
index 41467d9..4b3b3b7 100644
--- a/manifests/system.pp
+++ b/manifests/system.pp
@@ -62,6 +62,14 @@ class mail::system {
'': { $sympa_database_name= "sympa" }
}
+ case $sympa_subdomain {
+ '': { $sympa_subdomain = "lists" }
+ }
+
+ case $sympa_lang {
+ '': { $sympa_lang = "en_US" }
+ }
+
include mail::sympa
include mail::web::sympa
include mail::packages::sympa