diff options
Diffstat (limited to 'manifests/munin.pp')
-rw-r--r-- | manifests/munin.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp new file mode 100644 index 0000000..461a863 --- /dev/null +++ b/manifests/munin.pp @@ -0,0 +1,6 @@ +# Define a munin node with custom port +define munin($type, $id) { + # Use one port for each node + $munin_port = "59$id" + include munin::client +} |