aboutsummaryrefslogtreecommitdiff
path: root/manifests/munin.pp
blob: 7c77daca2fe0fee7cabef66276a8dbada9f4e070 (plain)
1
2
3
4
5
6
# Define a munin node with custom port
define munin_node($type, $id) {
  # Use one port for each node
  $munin_port = "59$id"
  include munin::client
}