diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-03-25 23:24:36 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-03-25 23:24:36 -0300 |
commit | 28ee8f4e7d762bdc5eb061f2bbfad35a9dff7037 (patch) | |
tree | 9c59305170ea6e9357c3fbeadec9af0a03f32ab1 | |
parent | 059386f2de985192f8c0d749154717833e9bc71d (diff) | |
download | puppet-monkeysphere-28ee8f4e7d762bdc5eb061f2bbfad35a9dff7037.tar.gz puppet-monkeysphere-28ee8f4e7d762bdc5eb061f2bbfad35a9dff7037.tar.bz2 |
Minor fix
-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 { |