From c97080a44376393fc49c1d6920789757e03a3efc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 18 Feb 2010 00:08:16 -0200 Subject: Trying to fix references --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index 9353941..15bbf90 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -27,7 +27,7 @@ class nodo { # We include munin configuration if it's not defined by # and exported resource. - if !defined(nodo::vserver::Munin[$hostname]) { + if !defined(Nodo::vserver::munin[$hostname]) { include munin::client } @@ -192,7 +192,7 @@ class nodo::vserver inherits nodo { } # Apply munin configuration for this node - nodo::vserver::Munin <| tag == $name |> + Nodo::vserver::munin <| tag == $name |> # Define a vserver instance define instance($context, $ensure = 'running', $proxy = false, $puppetmaster = false, $gitd = false, -- cgit v1.2.3