From c03d687051488a61874a72fd642dda0958f96a89 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 12 Sep 2023 11:00:57 +0200 Subject: [PATCH] use static restic everywhere on EL --- puppet/data/osfamily/RedHat-7.yaml | 5 ----- puppet/data/osfamily/RedHat-9.yaml | 5 ----- puppet/data/osfamily/RedHat.yaml | 6 ++++++ 3 files changed, 6 insertions(+), 10 deletions(-) create mode 100644 puppet/data/osfamily/RedHat.yaml diff --git a/puppet/data/osfamily/RedHat-7.yaml b/puppet/data/osfamily/RedHat-7.yaml index e0d565294..f5b75290e 100644 --- a/puppet/data/osfamily/RedHat-7.yaml +++ b/puppet/data/osfamily/RedHat-7.yaml @@ -1,9 +1,4 @@ --- -# There are no restic packages in EL7 -restic::binary: '/usr/local/bin/restic' -restic::install_method: 'url' -restic::package_version: '0.16.0' - redmine::db_name: redmine4 redmine::username: adminpz8bn8d redmine::servername: 'redmine01.theforeman.org' diff --git a/puppet/data/osfamily/RedHat-9.yaml b/puppet/data/osfamily/RedHat-9.yaml index af8280e2f..6a8ef5c87 100644 --- a/puppet/data/osfamily/RedHat-9.yaml +++ b/puppet/data/osfamily/RedHat-9.yaml @@ -1,8 +1,3 @@ --- -# 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' diff --git a/puppet/data/osfamily/RedHat.yaml b/puppet/data/osfamily/RedHat.yaml new file mode 100644 index 000000000..3b841b078 --- /dev/null +++ b/puppet/data/osfamily/RedHat.yaml @@ -0,0 +1,6 @@ +--- +# There are no restic packages in EL7 and the ones in EPEL8/9 are too old +restic::binary: '/usr/local/bin/restic' +restic::install_method: 'url' +restic::package_version: '0.16.0' +