aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-08-27 22:08:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2009-08-27 22:08:50 -0300
commitf96267fe354a9df417afdc09899c58edf3e67d24 (patch)
treee6a6f75ed2d6e2fadbdc5623ea05d0722092f3bf
parent31414022aba5918ba5678e27e362bf134848dbe1 (diff)
downloadpuppet-backupninja-f96267fe354a9df417afdc09899c58edf3e67d24.tar.gz
puppet-backupninja-f96267fe354a9df417afdc09899c58edf3e67d24.tar.bz2
Defaulting backupkeytype to 'rsa'
-rw-r--r--manifests/dup.pp2
-rw-r--r--manifests/rdiff.pp2
2 files changed, 2 insertions, 2 deletions
diff --git a/manifests/dup.pp b/manifests/dup.pp
index c4554ee..411a44d 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 = false,
+ $backupkeytype = "rsa",
# options to backupninja server sandbox
$ssh_dir_manage = true,
$ssh_dir = false,
diff --git a/manifests/rdiff.pp b/manifests/rdiff.pp
index 9348b42..904c68f 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 = false)
+ $backuptag = false, $home = false, $backupkeytype = "rsa")
{
include backupninja::client