diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-18 00:21:59 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-18 00:21:59 -0200 |
commit | 3e3883887b00961a52f94a8757274557c4c42563 (patch) | |
tree | 02b56cda5fa1318c081f6ff46ef07c7bf209ead2 /manifests/init.pp | |
parent | f3ffa5c8fecd2afd180bf230c43278597bd00ef2 (diff) | |
download | puppet-nodo-3e3883887b00961a52f94a8757274557c4c42563.tar.gz puppet-nodo-3e3883887b00961a52f94a8757274557c4c42563.tar.bz2 |
Trying to fix munin definitions (2)
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 2 |
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, } |