From 51622c10f922671cb8bcb1cda874f64ea932a462 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Jan 2013 15:40:46 -0200 Subject: Monkeysphere host really needs to be a resource and not a class --- manifests/vserver/instance.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/vserver') diff --git a/manifests/vserver/instance.pp b/manifests/vserver/instance.pp index 90b0b0a..dba9abb 100644 --- a/manifests/vserver/instance.pp +++ b/manifests/vserver/instance.pp @@ -52,7 +52,7 @@ define nodo::vserver::instance($context, $ensure = 'running', $proxy = false, } # Create a munin virtual resource to be realized in the node - @@munin_node { "$name": + @@munin_node { "${name}": port => $munin_port ? { false => "49$id", default => $munin_port, -- cgit v1.2.3