]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 26 Sep 2010 01:43:53 +0000 (22:43 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 26 Sep 2010 01:43:53 +0000 (22:43 -0300)
manifests/vserver.pp

index 57eb763433efa6c824d3e50412903c1861153d50..a6121271a4febba1a6dc08f9ef0b7e223b3d3191 100644 (file)
@@ -28,7 +28,7 @@ class nodo::vserver inherits nodo {
       # hosted nodes.
       munin_node { "$hostname": }
       monkeysphere_node { "$hostname":
-        $port => $node_ssh_port,
+        port => $node_ssh_port,
       }
     }
   }