From: Silvio Rhatto Date: Sun, 21 Nov 2010 20:55:35 +0000 (-0200) Subject: Changing key type to RSA X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7432d4ab0c05a10ad3d082ca9c82ea286520f4b3;p=puppet-backup.git Changing key type to RSA --- diff --git a/manifests/init.pp b/manifests/init.pp index 236751a..8c908b9 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -155,7 +155,7 @@ class backup { user => "$hostname", sshoptions => "-p $port", installkey => $installkey, - backupkeytype => "dsa", + backupkeytype => "rsa", backupkeystore => "puppet://$server/files/keys", } } @@ -167,7 +167,7 @@ class backup { installkey => $installkey, home => "$backupdir/remote/$fqdn", backupdir => "$backupdir/remote/$fqdn/rsync", - backupkeytype => "dsa", + backupkeytype => "rsa", backupkeystore => "puppet://$server/files/keys", keepdaily => '7', keepweekly => '4',