aboutsummaryrefslogtreecommitdiff
path: root/manifests/vserver/instance.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vserver/instance.pp')
-rw-r--r--manifests/vserver/instance.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/vserver/instance.pp b/manifests/vserver/instance.pp
index 2003861..23cebb1 100644
--- a/manifests/vserver/instance.pp
+++ b/manifests/vserver/instance.pp
@@ -71,7 +71,7 @@ define nodo::vserver::instance(
}
# Create a munin virtual resource to be realized in the node
- @@munin_node { "${name}":
+ @@nodo::subsystem::monitor::munin { "${name}":
port => $munin_port ? {
false => "49$id",
default => $munin_port,
@@ -79,7 +79,7 @@ define nodo::vserver::instance(
}
# Create a monkeysphere virtual resource to be realized in the node
- @@monkeysphere_host { "$name":
+ @@nodo::subsystem::monkeysphere { "$name":
port => $monkeysphere_ssh_port ? {
false => "22$id",
default => $monkeysphere_ssh_port,