]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
Setting the right default value for backupkeytype
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Aug 2009 01:40:24 +0000 (22:40 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Aug 2009 01:40:24 +0000 (22:40 -0300)
manifests/dup.pp
manifests/rdiff.pp

index 05d489221e92339c1bb17e1f056d3776a98dd47b..f12fc0fe1441f5bc045375b0956571a3b79960b0 100644 (file)
@@ -75,7 +75,7 @@ define backupninja::duplicity( $order  = 90,
                                $destuser      = false,
                                # configs to backupninja client
                                $backupkeystore       = false,
-                               $backupkeytype        = false,
+                               $backupkeytype        = '',
                                # options to backupninja server sandbox
                                $ssh_dir_manage       = true,
                                $ssh_dir              = false,
index a8956f32f3415ff38cfdf869cf9becac1e888179..579071bac4002ea603e6ccd6719eaf3361c438aa 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 = '')
 {
   include backupninja::client
   case $type {