]> gitweb.fluxo.info Git - puppet-user.git/commitdiff
Changing key type to RSA
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 21 Nov 2010 22:48:11 +0000 (20:48 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 21 Nov 2010 22:48:11 +0000 (20:48 -0200)
manifests/init.pp

index bdae082d6d1b6389f3af4b81287bc84ec023aeeb..756e16375e7b2cd2fbb79fbacda1e438d6ea8bc0 100644 (file)
@@ -42,7 +42,7 @@ class user {
       }
   
       $real_sshkey_type = $sshkey_type ? {
-        'absent' => "ssh-dss",
+        'absent' => "ssh-rsa",
         default  => $sshkey_type,
       }