From: Silvio Rhatto Date: Fri, 19 Jun 2015 19:37:29 +0000 (-0300) Subject: Coding style X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f5bef0d03eade354f3153cd8636e90ba60bccb5d;p=puppet-nodo.git Coding style --- 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 ? {