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..49f17e1df --- /dev/null +++ b/puppet/data/osfamily/RedHat.yaml @@ -0,0 +1,5 @@ +--- +# 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'