From: Silvio Rhatto Date: Fri, 26 Mar 2010 02:24:36 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=28ee8f4e7d762bdc5eb061f2bbfad35a9dff7037;p=puppet-monkeysphere.git Minor fix --- diff --git a/manifests/init.pp b/manifests/init.pp index 7805944..a4e60ad 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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 {