From b59b03f69a95888e952579de37e9aa5c875a1c2e Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Thu, 19 Jun 2025 06:05:35 +1000 Subject: [PATCH] feat: add openvox repos to reposync - add el8/9/10 for openvox7/8 --- hieradata/roles/infra/reposync/syncer.yaml | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/hieradata/roles/infra/reposync/syncer.yaml b/hieradata/roles/infra/reposync/syncer.yaml index a0ef558..ea469b7 100644 --- a/hieradata/roles/infra/reposync/syncer.yaml +++ b/hieradata/roles/infra/reposync/syncer.yaml @@ -157,6 +157,48 @@ profiles::reposync::repos_list: release: '11.8' baseurl: 'http://mariadb.mirror.digitalpacific.com.au/yum/11.8/rhel9-amd64/' gpgkey: 'https://mariadb.mirror.digitalpacific.com.au/yum/RPM-GPG-KEY-MariaDB' + openvox7_el8: + repository: '8' + description: 'openvox 7 EL8' + osname: 'openvox7' + release: 'el' + baseurl: 'https://yum.voxpupuli.org/openvox7/el/8/x86_64/' + gpgkey: 'https://yum.voxpupuli.org/GPG-KEY-openvox.pub' + openvox7_el9: + repository: '9' + description: 'openvox 7 EL9' + osname: 'openvox7' + release: 'el' + baseurl: 'https://yum.voxpupuli.org/openvox7/el/9/x86_64/' + gpgkey: 'https://yum.voxpupuli.org/GPG-KEY-openvox.pub' + openvox7_el10: + repository: '10' + description: 'openvox 7 EL10' + osname: 'openvox7' + release: 'el' + baseurl: 'https://yum.voxpupuli.org/openvox7/el/10/x86_64/' + gpgkey: 'https://yum.voxpupuli.org/GPG-KEY-openvox.pub' + openvox8_el8: + repository: '8' + description: 'openvox 8 EL8' + osname: 'openvox8' + release: 'el' + baseurl: 'https://yum.voxpupuli.org/openvox8/el/8/x86_64/' + gpgkey: 'https://yum.voxpupuli.org/GPG-KEY-openvox.pub' + openvox8_el9: + repository: '9' + description: 'openvox 8 EL9' + osname: 'openvox8' + release: 'el' + baseurl: 'https://yum.voxpupuli.org/openvox8/el/9/x86_64/' + gpgkey: 'https://yum.voxpupuli.org/GPG-KEY-openvox.pub' + openvox8_el10: + repository: '10' + description: 'openvox 8 EL10' + osname: 'openvox8' + release: 'el' + baseurl: 'https://yum.voxpupuli.org/openvox8/el/10/x86_64/' + gpgkey: 'https://yum.voxpupuli.org/GPG-KEY-openvox.pub' puppet7_el8: repository: '8' description: 'Puppet 7 EL8' -- 2.47.3