diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-30 18:36:09 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-30 18:36:09 -0300 |
commit | 1159fd6b3150ce201e3ef6b521696a1acbf17391 (patch) | |
tree | bd070a7be252540a27040831fdf7b8fbc584f907 /manifests/mail.pp | |
parent | 0bcc3533eb778408731a78c73c81c0d2a903b0da (diff) | |
download | puppet-nodo-1159fd6b3150ce201e3ef6b521696a1acbf17391.tar.gz puppet-nodo-1159fd6b3150ce201e3ef6b521696a1acbf17391.tar.bz2 |
Suporting disabled sympa
Diffstat (limited to 'manifests/mail.pp')
-rw-r--r-- | manifests/mail.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp index d31cfd8..58f77dc 100644 --- a/manifests/mail.pp +++ b/manifests/mail.pp @@ -6,7 +6,7 @@ class nodo::mail { # Sympa mailing list manager case $mail_sympa { - true: { + true,'disabled': { $sympa_subdomain = "listas" $sympa_lang = "pt_BR" } |