diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-15 21:22:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-15 21:22:50 -0300 |
commit | 1bf0104b70fbc5647dd466406224537c6a604385 (patch) | |
tree | 4d22595d8c17dcc1a9d2617cc599ade063a302f9 /manifests | |
parent | 398052da44e27b114596b98ba413981b07c55052 (diff) | |
download | puppet-nodo-1bf0104b70fbc5647dd466406224537c6a604385.tar.gz puppet-nodo-1bf0104b70fbc5647dd466406224537c6a604385.tar.bz2 |
Enabling debian volatile for nodo::mail
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/mail.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp index 67c62e2..cfc5e09 100644 --- a/manifests/mail.pp +++ b/manifests/mail.pp @@ -1,6 +1,7 @@ class nodo::mail { # Configuration - $mail_delivery = "postfix" + $volatile_enabled = true + $mail_delivery = "postfix" # Class inclusion include nodo::vserver |