diff options
author | am <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-01 14:25:50 +0000 |
---|---|---|
committer | am <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-01 14:25:50 +0000 |
commit | 8429ac62dc90820471acf5b92f4d3071aa4d4c93 (patch) | |
tree | 466f3ff5ac67cd3935b9962e6bf3114fa2518a65 | |
parent | 8a9028f2b03f0d1890c4161e6862dd53eab9dd8c (diff) |
test in modul
git-svn-id: https://rfd.cronopios.org/ipuppet/trunk/modules/munin@676 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-rw-r--r-- | manifests/client.pp | 8 |
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 +} |