From 70cae2f75b1938ac26a75597a8e75dc3e7d327b7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 29 Aug 2009 13:18:54 -0300 Subject: Adding missing keystore and backupkeystore parameters at rdiff and dup definitions --- manifests/dup.pp | 1 + manifests/rdiff.pp | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/manifests/dup.pp b/manifests/dup.pp index 6e0330a..dc597f7 100644 --- a/manifests/dup.pp +++ b/manifests/dup.pp @@ -116,6 +116,7 @@ define backupninja::duplicity( $order = 90, host => $desthost, installkey => $installkey, keytype => $backupkeytype, + keystore => $backupkeystore, } # the backupninja rule for this duplicity backup diff --git a/manifests/rdiff.pp b/manifests/rdiff.pp index f810357..b32a262 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 = "rsa") + $backuptag = false, $home = false, $backupkeytype = "rsa", $backupkeystore = false) { include backupninja::client::defaults @@ -45,7 +45,7 @@ define backupninja::rdiff( "${user}-${name}": user => $user, host => $host, dir => $real_home, manage_ssh_dir => $ssh_dir_manage, ssh_dir => $ssh_dir, authorized_keys_file => $authorized_keys_file, installuser => $installuser, - backuptag => $backuptag, keytype => $backupkeytype, + backuptag => $backuptag, keytype => $backupkeytype, backupkeys => $backupkeystore, } backupninja::client::key @@ -53,6 +53,7 @@ define backupninja::rdiff( "${user}-${name}": user => $user, host => $host, installkey => $installkey, keytype => $backupkeytype, + keystore => $backupkeystore, } } } -- cgit v1.2.3