summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-01-10 23:09:42 -0500
committerJesse Luehrs <doy@tozt.net>2021-01-10 23:09:42 -0500
commit5a5228161c0a46fdb16b3931b7e60fe8a431474a (patch)
treea3e152511e9d19437fe551b7c9a92cac87149471 /modules
parent2aceff08dc0ace1038e5b457a5d0c2d0e3b0cd60 (diff)
downloadpuppet-tozt-5a5228161c0a46fdb16b3931b7e60fe8a431474a.tar.gz
puppet-tozt-5a5228161c0a46fdb16b3931b7e60fe8a431474a.zip
use patched duplicati-client
Diffstat (limited to 'modules')
-rw-r--r--modules/duplicati/manifests/client.pp6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/duplicati/manifests/client.pp b/modules/duplicati/manifests/client.pp
index 68301c1..ff4c5e4 100644
--- a/modules/duplicati/manifests/client.pp
+++ b/modules/duplicati/manifests/client.pp
@@ -14,9 +14,11 @@ class duplicati::client {
purge => true;
}
- $duplicati_client_sha = '41ef6d7d1394180b02874736f8e050ff4fc45f32'
+ # patch branch for now until this lands
+ $duplicati_client_sha = '0b5e29d43d0b25cd25c2f3877ea377a2d858c296'
exec { 'clone duplicati-client':
- command => '/usr/bin/git clone git://github.com/Pectojin/duplicati-client',
+ # command => '/usr/bin/git clone git://github.com/Pectojin/duplicati-client',
+ command => '/usr/bin/git clone git://github.com/doy/duplicati-client',
cwd => '/opt',
creates => '/opt/duplicati-client/.git';
}