diff options
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |