]> gitweb.fluxo.info Git - puppet-monkeysphere.git/commitdiff
New format for import-key
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 7 Mar 2010 19:44:16 +0000 (16:44 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 7 Mar 2010 19:44:16 +0000 (16:44 -0300)
manifests/init.pp

index 6d5ef1a2e2b8af2a29c1473b4b4277b5f9080796..9cf87db8f365bf2b224fb3452ea7be96b4a9dc62 100644 (file)
@@ -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"],