diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-11 21:16:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-11 21:16:42 -0300 |
commit | 76ec4642be1a8bc64380c077a5890c4d0f4243e0 (patch) | |
tree | e31930271b7eefb3c3d693264e012e8ff45832ae /manifests/vserver/instance.pp | |
parent | 6509060a791daeeee13c40f9367489ac5e00880e (diff) | |
download | puppet-nodo-76ec4642be1a8bc64380c077a5890c4d0f4243e0.tar.gz puppet-nodo-76ec4642be1a8bc64380c077a5890c4d0f4243e0.tar.bz2 |
Autoload definitions
Diffstat (limited to 'manifests/vserver/instance.pp')
-rw-r--r-- | manifests/vserver/instance.pp | 4 |
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, |