summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-02-01 14:43:48 +0000
committerandreas <andreas@immerda.ch>2008-02-01 14:43:48 +0000
commite850327283865f00748f241247e7e196ff653ada (patch)
treed4e90ffdd63e06234a235d5393c32d7c377ec607 /manifests
parentb685b11ba32d98ce7e2e56b7902e5aa3f93c3c5a (diff)
case...
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client.pp8
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index e0cf17b..510945d 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -203,12 +203,4 @@ class munin::client::centos
}
-define munin::immertest($domU_number = '0') {
- $munin_port = $domU_number ? {
- '4949' => 4949,
- default => muninport($domU_number);
- }
-
- include munin::client
-}