no quotes for munin plugin

This commit is contained in:
mh 2008-07-13 15:19:49 +00:00
parent 7c987d7fe6
commit 495fad450d

View file

@ -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'] ]
}
}