diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-03-07 16:44:16 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-03-07 16:44:16 -0300 |
commit | 047b23cb344e4f029f0c7c5d1c8ce7fe8737dc6d (patch) | |
tree | 7275a4dff82f0211d3851d7d8c9358e16f736be6 | |
parent | 137a7c6e6be6169372ace0c70274e839086e2a3d (diff) | |
download | puppet-monkeysphere-047b23cb344e4f029f0c7c5d1c8ce7fe8737dc6d.tar.gz puppet-monkeysphere-047b23cb344e4f029f0c7c5d1c8ce7fe8737dc6d.tar.bz2 |
New format for import-key
-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 6d5ef1a..9cf87db 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -26,7 +26,7 @@ class monkeysphere { # Server host key publication case $monkeysphere_publish_key { false: { - exec { "/usr/sbin/monkeysphere-host import-key /etc/ssh/ssh_host_rsa_key $fqdn": + exec { "/usr/sbin/monkeysphere-host import-key /etc/ssh/ssh_host_rsa_key ssh://$fqdn": unless => "/usr/bin/gpg --homedir /var/lib/monkeysphere/host --list-keys '=ssh://$fqdn' &> /dev/null", user => "root", require => Package["monkeysphere"], |