From bde29cc21a400197bf4e4755ef0870aa3226d17d Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Thu, 7 May 2015 16:47:31 -0400 Subject: Remove invalid $host parameter in backupninja::key declarations --- manifests/duplicity.pp | 1 - 1 file changed, 1 deletion(-) (limited to 'manifests/duplicity.pp') 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, -- cgit v1.2.3