diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-27 17:00:29 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-27 17:00:29 -0300 |
commit | 86dfb7091fff032575cf322ab9f6132e4be49cdb (patch) | |
tree | 743c7d6ccf02ab3f4b23ffbfad7b56c49e825e63 /manifests/sympa.pp | |
parent | 54b0b38ac1d2a498f6426b085b7b0c4dad31f5a8 (diff) | |
download | puppet-mail-86dfb7091fff032575cf322ab9f6132e4be49cdb.tar.gz puppet-mail-86dfb7091fff032575cf322ab9f6132e4be49cdb.tar.bz2 |
Introducing schleuder_subdomain; postfix_mydestination now has sympa_mydestination and schleuder_mydestination
Diffstat (limited to 'manifests/sympa.pp')
-rw-r--r-- | manifests/sympa.pp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/sympa.pp b/manifests/sympa.pp index 42b34f8..e526f7a 100644 --- a/manifests/sympa.pp +++ b/manifests/sympa.pp @@ -16,10 +16,6 @@ class mail::sympa inherits mail::regexps { '': { $sympa_database_host = "localhost" } } - case $sympa_subdomain { - '': { $sympa_subdomain = "lists" } - } - case $sympa_listmasters { '': { $sympa_listmasters = "listmaster@${fqdn}" } } |