diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-26 09:16:24 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-26 09:16:24 -0300 |
commit | 012f17f3f9acf8fc6f18a832715a751e379693ca (patch) | |
tree | 4df14bd2bfad59a795e4f93c55eacd230499e410 /manifests/system.pp | |
parent | 116bd8037b171f219880ba02c70a4c3c7d368324 (diff) | |
download | puppet-mail-012f17f3f9acf8fc6f18a832715a751e379693ca.tar.gz puppet-mail-012f17f3f9acf8fc6f18a832715a751e379693ca.tar.bz2 |
Introducing parameter sympa_listmasters
Diffstat (limited to 'manifests/system.pp')
-rw-r--r-- | manifests/system.pp | 4 |
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" } } |