diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-24 14:47:10 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-24 14:47:10 -0300 |
commit | d8fb30c188aa921a7d339b9e227e8b9a46760744 (patch) | |
tree | 78d1538edcfeca0f5c7690012382128ead4d88d8 /manifests | |
parent | 1d4964790dea48723361691bb0a5a91e21e3db1e (diff) | |
download | puppet-nodo-d8fb30c188aa921a7d339b9e227e8b9a46760744.tar.gz puppet-nodo-d8fb30c188aa921a7d339b9e227e8b9a46760744.tar.bz2 |
Sympa configuration
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/mail.pp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp index cfc5e09..dfcc8b1 100644 --- a/manifests/mail.pp +++ b/manifests/mail.pp @@ -1,8 +1,12 @@ class nodo::mail { - # Configuration + # General configuration $volatile_enabled = true $mail_delivery = "postfix" + # Sympa configuration + $sympa_subdomain = "listas" + $sympa_lang = "pt_BR" + # Class inclusion include nodo::vserver include mail::system |