diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-18 14:40:33 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-18 14:40:33 -0200 |
commit | cce2471f2139a336319874b2e305c5939565baf1 (patch) | |
tree | 734a8c136125319333ce0af432dee183fc2fca2c /manifests/init.pp | |
parent | 956399b8dc9aab276579dc15dfe370862430b0d7 (diff) | |
download | puppet-nodo-cce2471f2139a336319874b2e305c5939565baf1.tar.gz puppet-nodo-cce2471f2139a336319874b2e305c5939565baf1.tar.bz2 |
Using munin_node as exported resource
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index a2a98d5..34680fa 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -183,7 +183,7 @@ class nodo::vserver inherits nodo { } # Apply munin configuration for this node - Munin_node <| tag == $hostname |> + Munin_node <<| tag == $hostname |>> # Define a vserver instance define instance($context, $ensure = 'running', $proxy = false, $puppetmaster = false, $gitd = false, @@ -218,7 +218,7 @@ class nodo::vserver inherits nodo { } # Create a munin virtual resource to be realized in the node - @munin_node { "$name": + @@munin_node { "$name": id => $id, tag => $name, } |