diff options
author | drebs <drebs@riseup.net> | 2009-07-13 04:35:33 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2009-07-13 04:35:33 -0300 |
commit | fb99850d39a75c5a24ddd15dd237682de07271d3 (patch) | |
tree | 0d1c9c4f39e4e8d2757b48757cc85a17e46b68b0 /manifests | |
parent | 4c591e339655f7228b4a7d4e5632d4574dd35a99 (diff) | |
download | puppet-backupninja-fb99850d39a75c5a24ddd15dd237682de07271d3.tar.gz puppet-backupninja-fb99850d39a75c5a24ddd15dd237682de07271d3.tar.bz2 |
adding backup-key-type to duplicity handler.
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/dup.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/dup.pp b/manifests/dup.pp index 610a2d0..0965c21 100644 --- a/manifests/dup.pp +++ b/manifests/dup.pp @@ -106,6 +106,7 @@ define backupninja::duplicity( $order = 90, user => $destuser, host => $desthost, installkey => $installkey, + keytype => $backupkeytype, } # the backupninja rule for this duplicity backup |