# 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
}
}
# 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,