summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-01 14:32:06 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-01 14:32:06 +0000
commit775a5fb9185abb040659cea5bb4c3490633ae888 (patch)
treeb9804885d6453dc47a120ecf6168a1fc9b688fe0 /manifests/client.pp
parentdda34c92a218f2f77a2904a868c573e766898d37 (diff)
test
git-svn-id: https://svn/ipuppet/trunk/modules/munin@678 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 341aeaa..e0cf17b 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -203,7 +203,7 @@ class munin::client::centos
}
-define munin::client::immertest($domU_number = '0') {
+define munin::immertest($domU_number = '0') {
$munin_port = $domU_number ? {
'4949' => 4949,
default => muninport($domU_number);
@@ -211,3 +211,4 @@ define munin::client::immertest($domU_number = '0') {
include munin::client
}
+