aboutsummaryrefslogtreecommitdiff
path: root/manifests/munin.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-18 00:29:21 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-18 00:29:21 -0200
commit3153fb747271971dd310ab902b8958b9f3ea4ecf (patch)
treefa2821f6abbface78370e1b1e7781ac48980fe4d /manifests/munin.pp
parent3e3883887b00961a52f94a8757274557c4c42563 (diff)
downloadpuppet-nodo-3153fb747271971dd310ab902b8958b9f3ea4ecf.tar.gz
puppet-nodo-3153fb747271971dd310ab902b8958b9f3ea4ecf.tar.bz2
Trying to fix munin definitions (3)
Diffstat (limited to 'manifests/munin.pp')
-rw-r--r--manifests/munin.pp2
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