From 960e5e5b8fedf6bd0130819d41cd9939a67a616d Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 12 Sep 2023 10:57:41 +0200 Subject: [PATCH] use static restic on el9 -- epel is too old --- puppet/data/osfamily/RedHat-9.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/puppet/data/osfamily/RedHat-9.yaml b/puppet/data/osfamily/RedHat-9.yaml index 6a8ef5c87..af8280e2f 100644 --- a/puppet/data/osfamily/RedHat-9.yaml +++ b/puppet/data/osfamily/RedHat-9.yaml @@ -1,3 +1,8 @@ --- +# the restic in EPEL is too old +restic::binary: '/usr/local/bin/restic' +restic::install_method: 'url' +restic::package_version: '0.16.0' + redmine::repo_branch: 'new-redmine' redmine::deployment: 'puma'