summaryrefslogtreecommitdiff
path: root/manifests
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
commit26e0ec6e73487fa6ab6f0000ee19906ad27caeaf (patch)
tree5acc9df03b995d1acd98414bdb17b81441364b58 /manifests
parent5300e9e26cfa65f0c182719b240a08f79ae76094 (diff)
test
git-svn-id: https://svn/ipuppet/trunk/modules/munin@190 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
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 }