diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-18 00:08:16 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-18 00:08:16 -0200 |
commit | c97080a44376393fc49c1d6920789757e03a3efc (patch) | |
tree | 4f5806c4c1f8be134272b161a24ce8e88015a98a /manifests | |
parent | 13b991012b934ca70465f54393c530fdcaf8d59a (diff) | |
download | puppet-nodo-c97080a44376393fc49c1d6920789757e03a3efc.tar.gz puppet-nodo-c97080a44376393fc49c1d6920789757e03a3efc.tar.bz2 |
Trying to fix references
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
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, |