summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-07-13 15:19:49 +0000
committermh <mh@immerda.ch>2008-07-13 15:19:49 +0000
commit495fad450d0b9748593fa1e5aadd4c848a79c81d (patch)
treebd47cea349e03e56c517fbf36b1771ac378c970d /manifests
parent7c987d7fe6e544bc895f2ddd24e04a191c5246cf (diff)
no quotes for munin plugin
Diffstat (limited to 'manifests')
-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'] ]
}
}