summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-02-01 14:25:50 +0000
committerandreas <andreas@immerda.ch>2008-02-01 14:25:50 +0000
commitb5c0d56b42604771808b90397a84619f31240261 (patch)
tree466f3ff5ac67cd3935b9962e6bf3114fa2518a65 /manifests
parent7562bd4fc36b6a7671095c9e279e4b2fcf41aaa2 (diff)
test in modul
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 4e89f12..f334756 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -203,3 +203,11 @@ class munin::client::centos
}
+define munin::client::immer1-5($domU_number = '0') {
+ $munin_port = $domU_number ? {
+ '4949' => 4949,
+ default => muninport($domU_number);
+ }
+
+ include munin::client
+}