]> gitweb.fluxo.info Git - puppet-monkeysphere.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 26 Mar 2010 02:24:36 +0000 (23:24 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 26 Mar 2010 02:24:36 +0000 (23:24 -0300)
manifests/init.pp

index 78059445edd981ba6c7df3115ef6472e40f56a8a..a4e60ad3cbacf5f74b25685f5e96a4cc4cb8eb3b 100644 (file)
@@ -28,7 +28,7 @@ class monkeysphere {
     default => ":$monkeysphere_ssh_port",
   }
 
-  $key = "ssh://${fqdn}{$ssh_port}"
+  $key = "ssh://${fqdn}${ssh_port}"
 
   # Server host key publication
   case $monkeysphere_publish_key {