aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-05 16:10:43 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-05 16:10:43 -0300
commit21312ddc8b8c89f6cab54212a9ea191d62ef8ddc (patch)
treeb49e1d5d7bbb9dcb0368d2e7711d0461dc502e71 /manifests
parent52564d8fcc333ebe2ae5f02a6fa5b381cd5f3797 (diff)
downloadpuppet-nodo-21312ddc8b8c89f6cab54212a9ea191d62ef8ddc.tar.gz
puppet-nodo-21312ddc8b8c89f6cab54212a9ea191d62ef8ddc.tar.bz2
Removing postfix_mailvolume munin plugin
Diffstat (limited to 'manifests')
-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,
}
}