aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/mail.pp3
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