summaryrefslogtreecommitdiff
path: root/manifests/system.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-24 14:45:00 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-24 14:45:00 -0300
commit0949ad3387a9224c1ec5a7d6b9d43237e555d05a (patch)
tree8649f60afc700317482dedc5bd2f69082661952e /manifests/system.pp
parentb3f1d7c7f5ec7a220d540927d555dd57e8d602bb (diff)
downloadpuppet-mail-0949ad3387a9224c1ec5a7d6b9d43237e555d05a.tar.gz
puppet-mail-0949ad3387a9224c1ec5a7d6b9d43237e555d05a.tar.bz2
Sympa configuration
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