]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Trying to fix references
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Feb 2010 02:08:16 +0000 (00:08 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Feb 2010 02:08:16 +0000 (00:08 -0200)
manifests/init.pp

index 935394178b20a6e894471a8a6e3c21b2315cb729..15bbf90f7697e46566ed79156758160d15480491 100644 (file)
@@ -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,