diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-21 17:23:19 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-21 17:23:19 -0200 |
commit | 6a7a8485a403b67abf6e3e8c61e496b139b88adf (patch) | |
tree | 7ae7a566d6a1d8793655c3339c7c161678b55466 /manifests/mail.pp | |
parent | ccba301053aaed7a6c505fbbff53091f816d9928 (diff) | |
download | puppet-nodo-6a7a8485a403b67abf6e3e8c61e496b139b88adf.tar.gz puppet-nodo-6a7a8485a403b67abf6e3e8c61e496b139b88adf.tar.bz2 |
Changing mail configuration, including hiera usage
Diffstat (limited to 'manifests/mail.pp')
-rw-r--r-- | manifests/mail.pp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp index 58f77dc..d58a505 100644 --- a/manifests/mail.pp +++ b/manifests/mail.pp @@ -1,17 +1,4 @@ class nodo::mail { - # General configuration - $volatile_enabled = true - $mail_virtual = true - $mail_delivery = "postfix" - - # Sympa mailing list manager - case $mail_sympa { - true,'disabled': { - $sympa_subdomain = "listas" - $sympa_lang = "pt_BR" - } - } - # Class inclusion include nodo::vserver include mail::system |