summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-04 17:26:28 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-04 17:26:28 +0000
commitf5010834bb75b92a7acb17a3ffdf4803d6f3a92f (patch)
tree5acc9df03b995d1acd98414bdb17b81441364b58 /manifests/plugin.pp
parent6789e46c13548f93897c135f6c0392a32def6a0b (diff)
test
git-svn-id: https://rfd.cronopios.org/ipuppet/trunk/modules/munin@190 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests/plugin.pp')
-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 }