From 28ee8f4e7d762bdc5eb061f2bbfad35a9dff7037 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 25 Mar 2010 23:24:36 -0300 Subject: Minor fix --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3