aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-18 00:08:16 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-18 00:08:16 -0200
commitc97080a44376393fc49c1d6920789757e03a3efc (patch)
tree4f5806c4c1f8be134272b161a24ce8e88015a98a
parent13b991012b934ca70465f54393c530fdcaf8d59a (diff)
downloadpuppet-nodo-c97080a44376393fc49c1d6920789757e03a3efc.tar.gz
puppet-nodo-c97080a44376393fc49c1d6920789757e03a3efc.tar.bz2
Trying to fix references
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
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,