summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2007-12-05 14:14:06 +0000
committerandreas <andreas@immerda.ch>2007-12-05 14:14:06 +0000
commitc49d4f3a6a39c42e0031e840de209d0c5d0e3e22 (patch)
tree2f79f846670a3624dea9d3f3766412452118e0f0 /manifests
parentee8026feb3afbbacee19aaac7e71c388581d7f43 (diff)
, fehler
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp8
1 files changed, 5 insertions, 3 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index f97abf0..2494203 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -8,10 +8,12 @@ define munin::plugin (
$config = '')
{
case $operatingsystem {
- debian: { $munin_node_service = "munin-node" }
+ debian: {
+ $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 }