From e183ee2b443a1f168c9af45a31999843acda872f Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 27 Nov 2023 18:16:54 +1100 Subject: [PATCH] feat: add extra repositories - mariadb 11.2 - puppet el8 --- hieradata/roles/infra/reposync/syncer.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/hieradata/roles/infra/reposync/syncer.yaml b/hieradata/roles/infra/reposync/syncer.yaml index 123fbaa..0427abe 100644 --- a/hieradata/roles/infra/reposync/syncer.yaml +++ b/hieradata/roles/infra/reposync/syncer.yaml @@ -49,3 +49,17 @@ profiles::reposync::repos_list: release: '8' baseurl: 'https://dl.fedoraproject.org/pub/epel/8/Modular/x86_64/' gpgkey: 'https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-8' + mariadb_11_2_el8: + repository: 'el8' + description: 'MariaDB 11.2' + osname: 'mariadb' + release: '11.2' + baseurl: 'http://mariadb.mirror.digitalpacific.com.au/yum/11.2/rhel8-amd64/' + gpgkey: 'https://mariadb.mirror.digitalpacific.com.au/yum/RPM-GPG-KEY-MariaDB' + puppet7_el8: + repository: '8' + description: 'Puppet 7 EL8' + osname: 'puppet7' + release: 'el' + baseurl: 'https://yum.puppet.com/puppet7/el/8/x86_64/' + gpgkey: 'http://yum.puppet.com/RPM-GPG-KEY-puppet'