aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
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 {