diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 15:40:46 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 15:40:46 -0200 |
commit | 51622c10f922671cb8bcb1cda874f64ea932a462 (patch) | |
tree | 3e1540a8eca3b4c463edbdeb9e99baa695786933 /manifests/vserver | |
parent | 8abf2781a7c968d22a5ca5551f7989bbd15a3204 (diff) | |
download | puppet-nodo-51622c10f922671cb8bcb1cda874f64ea932a462.tar.gz puppet-nodo-51622c10f922671cb8bcb1cda874f64ea932a462.tar.bz2 |
Monkeysphere host really needs to be a resource and not a class
Diffstat (limited to 'manifests/vserver')
-rw-r--r-- | manifests/vserver/instance.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |