aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/role/mail.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/role/mail.pp b/manifests/role/mail.pp
index 03e7262..717d57f 100644
--- a/manifests/role/mail.pp
+++ b/manifests/role/mail.pp
@@ -2,7 +2,7 @@ class nodo::role::mail {
class { [ 'nodo::role::vserver', 'mail::system' ]: }
# Graph postfix
- munin::plugin { [ 'postfix_mailqueue', 'postfix_mailstats', 'postfix_mailvolume' ]:
+ munin::plugin { [ 'postfix_mailqueue', 'postfix_mailstats' ]:
ensure => present,
}
}