From: Silvio Rhatto Date: Wed, 5 Jun 2013 19:10:43 +0000 (-0300) Subject: Removing postfix_mailvolume munin plugin X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=21312ddc8b8c89f6cab54212a9ea191d62ef8ddc;p=puppet-nodo.git Removing postfix_mailvolume munin plugin --- 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, } }