aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/mail.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-06-29 16:50:00 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-06-29 16:50:00 -0300
commit3a2b922df895b204e14ab8e7cb51661e4956cbc4 (patch)
treeca7453b849008ec71dd47cccaed73b14e57c0c25 /manifests/role/mail.pp
parentadc3ab327f85f7d9c583d8b79b2cac22345c148f (diff)
parentda49436db33d551c0c0bb09918697102e17f4ec8 (diff)
downloadpuppet-nodo-3a2b922df895b204e14ab8e7cb51661e4956cbc4.tar.gz
puppet-nodo-3a2b922df895b204e14ab8e7cb51661e4956cbc4.tar.bz2
Merge branch 'master' into feature/autoload
Diffstat (limited to 'manifests/role/mail.pp')
-rw-r--r--manifests/role/mail.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/role/mail.pp b/manifests/role/mail.pp
index 93f7ff7..0f5ba04 100644
--- a/manifests/role/mail.pp
+++ b/manifests/role/mail.pp
@@ -18,6 +18,7 @@ class nodo::role::mail {
package { 'libcache-cache-perl': # needed by munin mysql plugin
ensure => present,
}
+
munin::plugin { [ 'mysql_queries', 'mysql_slowqueries', 'mysql_bytes', 'mysql_threads' ]:
config => "user root\nenv.mysqlopts --defaults-extra-file=/etc/mysql/debian.cnf",
ensure => $virtual ? {