aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,