]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
Defaulting backupkeytype to 'rsa'
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 28 Aug 2009 01:08:50 +0000 (22:08 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 28 Aug 2009 01:08:50 +0000 (22:08 -0300)
manifests/dup.pp
manifests/rdiff.pp

index c4554ee2e31fd07b3f680d33128d4f27e1bc2433..411a44dd7ee738ed563500a3bd956ee9900e0d81 100644 (file)
@@ -79,7 +79,7 @@ define backupninja::duplicity( $order  = 90,
                                $destuser      = false,
                                # configs to backupninja client
                                $backupkeystore       = false,
-                               $backupkeytype        = false,
+                               $backupkeytype        = "rsa",
                                # options to backupninja server sandbox
                                $ssh_dir_manage       = true,
                                $ssh_dir              = false,
index 9348b422dabfef8558648fe6dcbdbaf2ab0f74a1..904c68f3aea748445555b33683cf904aac994fdc 100644 (file)
@@ -25,7 +25,7 @@ define backupninja::rdiff(
                "/home", "/usr/local/*bin", "/var/lib/dpkg/status*" ],
   $vsinclude = false, $keep = 30, $sshoptions = false, $options = false, $ssh_dir_manage = true,
   $ssh_dir = false, $authorized_keys_file = false, $installuser = true, $installkey = true,
-  $backuptag = false, $home = false, $backupkeytype = false)
+  $backuptag = false, $home = false, $backupkeytype = "rsa")
 {
   include backupninja::client