aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-18 00:21:59 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-18 00:21:59 -0200
commit3e3883887b00961a52f94a8757274557c4c42563 (patch)
tree02b56cda5fa1318c081f6ff46ef07c7bf209ead2
parentf3ffa5c8fecd2afd180bf230c43278597bd00ef2 (diff)
downloadpuppet-nodo-3e3883887b00961a52f94a8757274557c4c42563.tar.gz
puppet-nodo-3e3883887b00961a52f94a8757274557c4c42563.tar.bz2
Trying to fix munin definitions (2)
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 9820b10..8e84900 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -221,7 +221,7 @@ class nodo::vserver inherits nodo {
}
# Create a munin virtual resource to be realized in the node
- @munin {
+ @munin { "$name":
id => $id,
tag => $name,
}