From 21312ddc8b8c89f6cab54212a9ea191d62ef8ddc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 5 Jun 2013 16:10:43 -0300 Subject: Removing postfix_mailvolume munin plugin --- manifests/role/mail.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/role') 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, } } -- cgit v1.2.3