diff options
Diffstat (limited to 'manifests/munin.pp')
-rw-r--r-- | manifests/munin.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp index 461a863..7c77dac 100644 --- a/manifests/munin.pp +++ b/manifests/munin.pp @@ -1,5 +1,5 @@ # Define a munin node with custom port -define munin($type, $id) { +define munin_node($type, $id) { # Use one port for each node $munin_port = "59$id" include munin::client |