summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-05 14:14:06 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-05 14:14:06 +0000
commite2b8485b231352cecc15d094a36360cf7b7f9eb4 (patch)
tree2f79f846670a3624dea9d3f3766412452118e0f0 /manifests
parent1fe2c5e4ec21ae9d49bc24a3583b55cda8f216be (diff)
, fehler
git-svn-id: https://svn/ipuppet/trunk/modules/munin@201 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
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 }