aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/mail.pp7
1 files changed, 4 insertions, 3 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp
index e7094d7..298f63f 100644
--- a/manifests/mail.pp
+++ b/manifests/mail.pp
@@ -1,7 +1,8 @@
class nodo::mail {
- # Mail module should be included before nodo::vserver
- include mail
+ # Configuration
+ $mail_delivery = "postfix"
- # Include vserver class
+ # Class inclusion
include nodo::vserver
+ include mail
}