summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/munin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp
index b1e9c26..b4f82dd 100644
--- a/manifests/munin.pp
+++ b/manifests/munin.pp
@@ -17,7 +17,7 @@ class mysql::munin {
munin::plugin {
[mysql_bytes, mysql_queries, mysql_slowqueries, mysql_threads]:
- config => "env.mysqlopts --user=munin --password=\"${munin_mysql_password}\" -h localhost",
+ config => "env.mysqlopts --user=munin --password=${munin_mysql_password} -h localhost",
require => [ Mysql_grant['munin@localhost'], Mysql_user['munin@localhost'], Package['mysql'] ]
}
}