From: Silvio Rhatto Date: Sat, 7 Aug 2010 14:07:36 +0000 (-0300) Subject: Fixing nodo::mail X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2add7471af3c98c5da0dc075a1b358cea633466d;p=puppet-nodo.git Fixing nodo::mail --- 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 }