From 143fb7a0ff118058c831bf9b2959b7f05a10d55d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 21 Nov 2010 20:48:11 -0200 Subject: Changing key type to RSA --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index bdae082..756e163 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -42,7 +42,7 @@ class user { } $real_sshkey_type = $sshkey_type ? { - 'absent' => "ssh-dss", + 'absent' => "ssh-rsa", default => $sshkey_type, } -- cgit v1.2.3