aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/mail.pp
blob: 03e7262d6486059504585afbd24b401ee3739a9f (plain)
1
2
3
4
5
6
7
8
class nodo::role::mail {
  class { [ 'nodo::role::vserver', 'mail::system' ]: }

  # Graph postfix
  munin::plugin { [ 'postfix_mailqueue', 'postfix_mailstats', 'postfix_mailvolume' ]:
    ensure => present,
  }
}