From: Silvio Rhatto Date: Thu, 18 Feb 2010 14:38:38 +0000 (-0200) Subject: Minor fix when realizing munin_node X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=956399b8dc9aab276579dc15dfe370862430b0d7;p=puppet-nodo.git Minor fix when realizing munin_node --- diff --git a/manifests/init.pp b/manifests/init.pp index b09b6d4..a2a98d5 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 == $name |> + Munin_node <| tag == $hostname |> # Define a vserver instance define instance($context, $ensure = 'running', $proxy = false, $puppetmaster = false, $gitd = false, @@ -219,8 +219,8 @@ class nodo::vserver inherits nodo { # Create a munin virtual resource to be realized in the node @munin_node { "$name": - id => $id, - tag => $name, + id => $id, + tag => $name, } # Sound support