From 2add7471af3c98c5da0dc075a1b358cea633466d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 7 Aug 2010 11:07:36 -0300 Subject: Fixing nodo::mail --- manifests/mail.pp | 7 ++++--- 1 file 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 } -- cgit v1.2.3