From 7432d4ab0c05a10ad3d082ca9c82ea286520f4b3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 21 Nov 2010 18:55:35 -0200 Subject: Changing key type to RSA --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', -- cgit v1.2.3