summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2007-12-05 14:18:15 +0000
committerandreas <andreas@immerda.ch>2007-12-05 14:18:15 +0000
commit42c5a781be940a47f60d8a25d0c8f1c2248069cd (patch)
tree55a14330c02f216ba5b1eae29ab4a8777179e61f /manifests
parentc49d4f3a6a39c42e0031e840de209d0c5d0e3e22 (diff)
in case gibts keine kommas ...
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 }