diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-19 16:37:29 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-19 16:37:29 -0300 | 
| commit | f5bef0d03eade354f3153cd8636e90ba60bccb5d (patch) | |
| tree | 387665720b9f1a208a3804d974e96a4e6b89764f /manifests | |
| parent | 090d9279b2a1ff6cc6855a1e4326106b137c4dce (diff) | |
| download | puppet-nodo-f5bef0d03eade354f3153cd8636e90ba60bccb5d.tar.gz puppet-nodo-f5bef0d03eade354f3153cd8636e90ba60bccb5d.tar.bz2 | |
Coding style
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/role/mail.pp | 1 | 
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 ? { | 
