summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-05 14:18:15 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-05 14:18:15 +0000
commit8c99a8604ca0e1fe0cbb0d94317064f45d1b41ab (patch)
tree55a14330c02f216ba5b1eae29ab4a8777179e61f /manifests
parente2b8485b231352cecc15d094a36360cf7b7f9eb4 (diff)
in case gibts keine kommas ...
git-svn-id: https://svn/ipuppet/trunk/modules/munin@202 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 2494203..09489dd 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -9,11 +9,11 @@ define munin::plugin (
{
case $operatingsystem {
debian: {
- $munin_node_service = "munin-node";
+ $munin_node_service = "munin-node"
}
Gentoo: {
- $munin_node_service = "munin",
- $script_path = "/usr/libexec/munin/plugins";
+ $munin_node_service = "munin"
+ $script_path = "/usr/libexec/munin/plugins"
}
}
$plugin_src = $ensure ? { "present" => $name, default => $ensure }