summaryrefslogtreecommitdiff
path: root/manifests/duplicity.pp
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2015-05-07 16:47:31 -0400
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2015-05-07 16:57:38 -0400
commitbde29cc21a400197bf4e4755ef0870aa3226d17d (patch)
treef1ca6416e9ddb52124fd9a5dd4f154fb403b8400 /manifests/duplicity.pp
parentbb3764fa0bf225d93313efefb8d4e2e89282a465 (diff)
Remove invalid $host parameter in backupninja::key declarations
Diffstat (limited to 'manifests/duplicity.pp')
-rw-r--r--manifests/duplicity.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/duplicity.pp b/manifests/duplicity.pp
index cf57239..76cff8d 100644
--- a/manifests/duplicity.pp
+++ b/manifests/duplicity.pp
@@ -120,7 +120,6 @@ define backupninja::duplicity( $order = 90,
# the client's ssh key
backupninja::key { "${destuser}-${name}":
user => $destuser,
- host => $desthost,
createkey => $createkey,
keymanage => $keymanage,
keytype => $backupkeytype,