aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-06-19 16:37:29 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-06-19 16:37:29 -0300
commitf5bef0d03eade354f3153cd8636e90ba60bccb5d (patch)
tree387665720b9f1a208a3804d974e96a4e6b89764f
parent090d9279b2a1ff6cc6855a1e4326106b137c4dce (diff)
downloadpuppet-nodo-f5bef0d03eade354f3153cd8636e90ba60bccb5d.tar.gz
puppet-nodo-f5bef0d03eade354f3153cd8636e90ba60bccb5d.tar.bz2
Coding style
-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 ? {