aboutsummaryrefslogtreecommitdiff
path: root/manifests/munin.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/munin.pp')
-rw-r--r--manifests/munin.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp
index 7c77dac..1795226 100644
--- a/manifests/munin.pp
+++ b/manifests/munin.pp
@@ -1,6 +1,6 @@
# Define a munin node with custom port
-define munin_node($type, $id) {
+define munin_node($id) {
# Use one port for each node
- $munin_port = "59$id"
+ $munin_port = "49$id"
include munin::client
}