aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/mail.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/role/mail.pp')
-rw-r--r--manifests/role/mail.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/role/mail.pp b/manifests/role/mail.pp
index 255588a..03e7262 100644
--- a/manifests/role/mail.pp
+++ b/manifests/role/mail.pp
@@ -1,3 +1,8 @@
class nodo::role::mail {
class { [ 'nodo::role::vserver', 'mail::system' ]: }
+
+ # Graph postfix
+ munin::plugin { [ 'postfix_mailqueue', 'postfix_mailstats', 'postfix_mailvolume' ]:
+ ensure => present,
+ }
}