diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-05 16:10:43 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-05 16:10:43 -0300 |
commit | 21312ddc8b8c89f6cab54212a9ea191d62ef8ddc (patch) | |
tree | b49e1d5d7bbb9dcb0368d2e7711d0461dc502e71 /manifests/role/mail.pp | |
parent | 52564d8fcc333ebe2ae5f02a6fa5b381cd5f3797 (diff) | |
download | puppet-nodo-21312ddc8b8c89f6cab54212a9ea191d62ef8ddc.tar.gz puppet-nodo-21312ddc8b8c89f6cab54212a9ea191d62ef8ddc.tar.bz2 |
Removing postfix_mailvolume munin plugin
Diffstat (limited to 'manifests/role/mail.pp')
-rw-r--r-- | manifests/role/mail.pp | 2 |
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, } } |