summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
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 }