From 71bdaaf943c3f99daf84d570132b69d7183ca96d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 7 Aug 2010 10:41:04 -0300 Subject: Mail module should be included before nodo::vserver at nodo::mail --- manifests/mail.pp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'manifests/mail.pp') 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 } -- cgit v1.2.3