no quotes for munin plugin
This commit is contained in:
parent
7c987d7fe6
commit
495fad450d
1 changed files with 1 additions and 1 deletions
|
@ -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'] ]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue