From 76ec4642be1a8bc64380c077a5890c4d0f4243e0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 11 Sep 2015 21:16:42 -0300 Subject: Autoload definitions --- manifests/vserver/instance.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/vserver') 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, -- cgit v1.2.3