]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
Making backupkeytype = false by default to avoided blank keytype
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 28 Aug 2009 00:16:45 +0000 (21:16 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 28 Aug 2009 00:16:45 +0000 (21:16 -0300)
manifests/dup.pp
manifests/rdiff.pp

index 5e58c2b9414859a91b93b1c1717c1728ca41072a..c4554ee2e31fd07b3f680d33128d4f27e1bc2433 100644 (file)
@@ -79,7 +79,7 @@ define backupninja::duplicity( $order  = 90,
                                $destuser      = false,
                                # configs to backupninja client
                                $backupkeystore       = false,
-                               $backupkeytype        = '',
+                               $backupkeytype        = false,
                                # options to backupninja server sandbox
                                $ssh_dir_manage       = true,
                                $ssh_dir              = false,
index 55aa3822d9c63aaa8d62947d2be88fb136cdd4ec..9348b422dabfef8558648fe6dcbdbaf2ab0f74a1 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 = '')
+  $backuptag = false, $home = false, $backupkeytype = false)
 {
   include backupninja::client