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