From: Silvio Rhatto Date: Sat, 7 Aug 2010 13:41:04 +0000 (-0300) Subject: Mail module should be included before nodo::vserver at nodo::mail X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=71bdaaf943c3f99daf84d570132b69d7183ca96d;p=puppet-nodo.git Mail module should be included before nodo::vserver at nodo::mail --- diff --git a/manifests/mail.pp b/manifests/mail.pp index 46c2db8..e7094d7 100644 --- a/manifests/mail.pp +++ b/manifests/mail.pp @@ -1,5 +1,7 @@ class nodo::mail { - # Class for mail nodes - include nodo::vserver + # Mail module should be included before nodo::vserver include mail + + # Include vserver class + include nodo::vserver }