diff options
author | drebs <drebs@riseup.net> | 2009-07-13 04:51:49 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2009-07-13 04:51:49 -0300 |
commit | 89853b4dcf8d93446a12527db64a5c36d3ff0a79 (patch) | |
tree | 27473dac3d6b267495aa1c4677b2ef6ed559f6d4 /manifests | |
parent | 856beebe69dedfb23fe8a51ba7eed7846dba121a (diff) | |
download | puppet-backupninja-89853b4dcf8d93446a12527db64a5c36d3ff0a79.tar.gz puppet-backupninja-89853b4dcf8d93446a12527db64a5c36d3ff0a79.tar.bz2 |
adding key type for duplicity.
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 0965c21..8f34b8b 100644 --- a/manifests/dup.pp +++ b/manifests/dup.pp @@ -99,6 +99,7 @@ define backupninja::duplicity( $order = 90, installuser => $installuser, backuptag => $backuptag, backupkeys => $backupkeystore, + keytype => $backupkeytype, } # the client's ssh key |