summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2007-12-04 17:26:28 +0000
committerandreas <andreas@immerda.ch>2007-12-04 17:26:28 +0000
commitd5b769c448fa2d2c3b107c08898f43ed3f17555f (patch)
tree5acc9df03b995d1acd98414bdb17b81441364b58 /manifests
parent2511215df9ef3c68b274a49cb05f1e93772d3861 (diff)
test
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 1420260..e7a6b2a 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -9,10 +9,10 @@ define munin::plugin (
{
case $operatingsystem {
debian: {
- $munin-node-service = "munin-node";
+ $munin-node-service = "$operatingsystem/munin-node";
}
gentoo: {
- $munin-node-service = "munin";
+ $munin-node-service = "$operatingsystem/munin";
}
}
$plugin_src = $ensure ? { "present" => $name, default => $ensure }