From 2b5ca7ab0441b537c97e5c2065eeb480c1d15a14 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 29 Mar 2025 22:48:01 +1100 Subject: [PATCH] chore: setup unkin repo for el9 and el8 - update the unkin repo definition for el8 and el9 --- hieradata/os/AlmaLinux/AlmaLinux8.yaml | 8 ++++++++ hieradata/os/AlmaLinux/AlmaLinux9.yaml | 8 ++++++++ hieradata/os/AlmaLinux/all_releases.yaml | 8 -------- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/hieradata/os/AlmaLinux/AlmaLinux8.yaml b/hieradata/os/AlmaLinux/AlmaLinux8.yaml index 808275c..798fea7 100644 --- a/hieradata/os/AlmaLinux/AlmaLinux8.yaml +++ b/hieradata/os/AlmaLinux/AlmaLinux8.yaml @@ -13,3 +13,11 @@ profiles::yum::global::repos: baseurl: https://edgecache.query.consul/almalinux/%{facts.os.release.full}/PowerTools/%{facts.os.architecture}/os gpgkey: http://edgecache.query.consul/almalinux/RPM-GPG-KEY-AlmaLinux-%{facts.os.release.major} mirrorlist: absent + unkin: + name: unkin + descr: unkin repository + target: /etc/yum.repos.d/unkin.repo + baseurl: https://git.query.consul/api/packages/unkin/rpm/almalinux/el8 + gpgkey: https://git.query.consul/api/packages/unkin/rpm/repository.key + gpgcheck: false + mirrorlist: absent diff --git a/hieradata/os/AlmaLinux/AlmaLinux9.yaml b/hieradata/os/AlmaLinux/AlmaLinux9.yaml index f275d86..7c98e9c 100644 --- a/hieradata/os/AlmaLinux/AlmaLinux9.yaml +++ b/hieradata/os/AlmaLinux/AlmaLinux9.yaml @@ -10,3 +10,11 @@ profiles::yum::global::repos: baseurl: https://edgecache.query.consul/almalinux/%{facts.os.release.full}/CRB/%{facts.os.architecture}/os gpgkey: http://edgecache.query.consul/almalinux/RPM-GPG-KEY-AlmaLinux-%{facts.os.release.major} mirrorlist: absent + unkin: + name: unkin + descr: unkin repository + target: /etc/yum.repos.d/unkin.repo + baseurl: https://git.query.consul/api/packages/unkin/rpm/almalinux/el9 + gpgkey: https://git.query.consul/api/packages/unkin/rpm/repository.key + gpgcheck: false + mirrorlist: absent diff --git a/hieradata/os/AlmaLinux/all_releases.yaml b/hieradata/os/AlmaLinux/all_releases.yaml index db5a2e1..5a09a26 100644 --- a/hieradata/os/AlmaLinux/all_releases.yaml +++ b/hieradata/os/AlmaLinux/all_releases.yaml @@ -59,14 +59,6 @@ profiles::yum::global::repos: baseurl: https://packagerepo.service.consul/puppet7/el/%{facts.os.release.major}-daily/%{facts.os.architecture}/os/ gpgkey: https://packagerepo.service.consul/puppet7/el/%{facts.os.release.major}-daily/%{facts.os.architecture}/os/RPM-GPG-KEY-puppet-20250406 mirrorlist: absent - unkin: - name: unkin - descr: unkin repository - target: /etc/yum.repos.d/unkin.repo - baseurl: https://git.query.consul/api/packages/unkin/rpm/almalinux/el8 - gpgkey: https://git.query.consul/api/packages/unkin/rpm/repository.key - gpgcheck: false - mirrorlist: absent unkinben: name: unkinben descr: unkinben repository