summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-05 14:29:03 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-05 14:29:03 +0000
commit98ef8807b7ade3162c4ca2e14450641a29b1b4a1 (patch)
tree26eaa72a3ef9040560aff5b716ecc24b4089beec /manifests
parent8c99a8604ca0e1fe0cbb0d94317064f45d1b41ab (diff)
added script path differently test..
git-svn-id: https://svn/ipuppet/trunk/modules/munin@203 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 09489dd..2b14857 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -11,7 +11,7 @@ define munin::plugin (
debian: {
$munin_node_service = "munin-node"
}
- Gentoo: {
+ gentoo: {
$munin_node_service = "munin"
$script_path = "/usr/libexec/munin/plugins"
}