diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-08-27 21:16:45 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-08-27 21:16:45 -0300 |
commit | 51fa752d2f4f8e68c933483c8c772181de96f4bf (patch) | |
tree | 59b8aa93b6e4c0ccb7c6a0b70e233268b0c550b9 /manifests | |
parent | 3262942cba7b324e7c23756ef026e28053acfa95 (diff) |
Making backupkeytype = false by default to avoided blank keytype
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/dup.pp | 2 | ||||
-rw-r--r-- | manifests/rdiff.pp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/manifests/dup.pp b/manifests/dup.pp index 5e58c2b..c4554ee 100644 --- a/manifests/dup.pp +++ b/manifests/dup.pp @@ -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, diff --git a/manifests/rdiff.pp b/manifests/rdiff.pp index 55aa382..9348b42 100644 --- a/manifests/rdiff.pp +++ b/manifests/rdiff.pp @@ -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 |