aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2009-07-13 03:40:09 -0300
committerdrebs <drebs@riseup.net>2009-07-13 03:40:09 -0300
commitbd948b3e87fb0b16dd598ad566077fc87ff1cbe8 (patch)
tree79b695ea2736f8835cc3e813553dadcf2b64beab
parentf3faa38845cbf19292005d6911b3fddaf7589508 (diff)
downloadpuppet-backupninja-bd948b3e87fb0b16dd598ad566077fc87ff1cbe8.tar.gz
puppet-backupninja-bd948b3e87fb0b16dd598ad566077fc87ff1cbe8.tar.bz2
some corrections to duplicity handler.
-rw-r--r--manifests/dup.pp11
1 files changed, 8 insertions, 3 deletions
diff --git a/manifests/dup.pp b/manifests/dup.pp
index 11fca07..610a2d0 100644
--- a/manifests/dup.pp
+++ b/manifests/dup.pp
@@ -62,17 +62,21 @@ define backupninja::duplicity( $order = 90,
"/home/*/.gnupg",
"/home/*/.gpg",
"/home/*/.ssh",
- "/home/*/gtk-gnutella-downloads"],
+ "/home/*/gtk-gnutella-downloads",
+ "/etc/ssh/*" ],
$vsinclude = false,
# [dest]
$incremental = "yes",
$keep = 60,
- $bandwithlimit = "128",
+ $bandwithlimit = "0",
$sshoptions = false,
$destdir = "/backups",
$desthost = false,
$destuser = false,
- # options to backupninja's module sandbox
+ # configs to backupninja client
+ $backupkeystore = false,
+ $backupkeytype = false,
+ # options to backupninja server sandbox
$ssh_dir_manage = true,
$ssh_dir = false,
$authorized_keys_file = false,
@@ -94,6 +98,7 @@ define backupninja::duplicity( $order = 90,
authorized_keys_file => $authorized_keys_file,
installuser => $installuser,
backuptag => $backuptag,
+ backupkeys => $backupkeystore,
}
# the client's ssh key