aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/mail.pp
blob: 717d57f7798ad62a0e6c892a82a1ec8d5d780176 (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' ]:
    ensure => present,
  }
}