summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2007-12-05 14:29:03 +0000
committerandreas <andreas@immerda.ch>2007-12-05 14:29:03 +0000
commite6d50c7d3eb1795ae1e285985f0799549095d520 (patch)
tree26eaa72a3ef9040560aff5b716ecc24b4089beec /manifests
parent42c5a781be940a47f60d8a25d0c8f1c2248069cd (diff)
added script path differently test..
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"
}