From 6f6d2e23f1bdcb74defdf3d042d2e1665ea47de1 Mon Sep 17 00:00:00 2001 From: Patrick Ruckstuhl Date: Sat, 24 Dec 2016 11:54:09 +0100 Subject: [PATCH 1/2] Allow to configure desturl --- templates/dup.conf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/dup.conf.erb b/templates/dup.conf.erb index 676cfba..41258ab 100644 --- a/templates/dup.conf.erb +++ b/templates/dup.conf.erb @@ -38,6 +38,7 @@ <%= 'keep = ' + @keep if @keep %> <%= 'bandwidthlimit = ' + @bandwidthlimit if @bandwidthlimit %> <%= 'sshoptions = ' + @sshoptions if @sshoptions %> +<%= 'desturl = ' + @desturl if @desturl %> <%= 'destdir = ' + @destdir if @destdir %> <%= 'desthost = ' + @desthost if @desthost %> <%= 'destuser = ' + @destuser if @destuser %> From 9333e508656d6db31dc1e295f25bf97ac21f4f07 Mon Sep 17 00:00:00 2001 From: Patrick Ruckstuhl Date: Sat, 24 Dec 2016 11:59:08 +0100 Subject: [PATCH 2/2] Update duplicity.pp --- manifests/duplicity.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/duplicity.pp b/manifests/duplicity.pp index d832a39..effe2c9 100644 --- a/manifests/duplicity.pp +++ b/manifests/duplicity.pp @@ -79,6 +79,7 @@ $keep = false, $bandwidthlimit = false, $sshoptions = false, + $desturl = false, $destdir = false, $desthost = false, $destuser = false,