summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-01 14:43:48 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-01 14:43:48 +0000
commita9a318e0c451bbddeaaac135ac4317bb01599bc4 (patch)
treed4e90ffdd63e06234a235d5393c32d7c377ec607 /manifests
parent775a5fb9185abb040659cea5bb4c3490633ae888 (diff)
case...
git-svn-id: https://svn/ipuppet/trunk/modules/munin@679 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
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
-}