diff options
-rw-r--r-- | manifests/mail.pp | 6 |
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 } |