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

index 236751a7df8f5c086600d6f86f8a3ac57c540af7..8c908b991213f03cddd1e6ae79eb7421fa8f1f15 100644 (file)
@@ -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',