aboutsummaryrefslogtreecommitdiff
path: root/manifests/mail.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-07 10:41:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-07 10:41:04 -0300
commit71bdaaf943c3f99daf84d570132b69d7183ca96d (patch)
tree35b1f2ec9f3def6b7e990668e79f695018abcb1c /manifests/mail.pp
parenteffce887eb4b82cd57fff3d908d931f7bbe2fdc7 (diff)
downloadpuppet-nodo-71bdaaf943c3f99daf84d570132b69d7183ca96d.tar.gz
puppet-nodo-71bdaaf943c3f99daf84d570132b69d7183ca96d.tar.bz2
Mail module should be included before nodo::vserver at nodo::mail
Diffstat (limited to 'manifests/mail.pp')
-rw-r--r--manifests/mail.pp6
1 files changed, 4 insertions, 2 deletions
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
}