aboutsummaryrefslogtreecommitdiff
path: root/manifests/duplicity.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/duplicity.pp')
-rw-r--r--manifests/duplicity.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/duplicity.pp b/manifests/duplicity.pp
index 058945d..cf57239 100644
--- a/manifests/duplicity.pp
+++ b/manifests/duplicity.pp
@@ -94,7 +94,7 @@ define backupninja::duplicity( $order = 90,
$backuptag = false,
# key options
$createkey = false,
- $installkey = true ) {
+ $keymanage = $backupninja::keymanage ) {
# install client dependencies
ensure_resource('package', 'duplicity', {'ensure' => $backupninja::ensure_duplicity_version})
@@ -122,7 +122,7 @@ define backupninja::duplicity( $order = 90,
user => $destuser,
host => $desthost,
createkey => $createkey,
- installkey => $installkey,
+ keymanage => $keymanage,
keytype => $backupkeytype,
keystore => $backupkeystore,
keystorefspath => $backupkeystorefspath,