aboutsummaryrefslogtreecommitdiff
path: root/manifests/mail.pp
blob: e7094d75829592c75aac3cd4377b08d6fb1448d4 (plain)
1
2
3
4
5
6
7
class nodo::mail {
  # Mail module should be included before nodo::vserver
  include mail

  # Include vserver class
  include nodo::vserver
}