aboutsummaryrefslogtreecommitdiff
path: root/manifests/munin.pp
blob: 461a8632083a73890d3f8578585e2f746d66e777 (plain)
1
2
3
4
5
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
}