From b244327c342f94a9cea58ddb574c5c3c4b6a3ae7 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 8 Dec 2024 19:22:58 +1100 Subject: [PATCH] neoloc/alma9 (#191) Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/191 --- hieradata/os/AlmaLinux/AlmaLinux8.yaml | 9 +++++++++ hieradata/os/AlmaLinux/AlmaLinux9.yaml | 9 +++++++++ hieradata/os/AlmaLinux/all_releases.yaml | 7 ------- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/hieradata/os/AlmaLinux/AlmaLinux8.yaml b/hieradata/os/AlmaLinux/AlmaLinux8.yaml index 2b20df9..4dccf5e 100644 --- a/hieradata/os/AlmaLinux/AlmaLinux8.yaml +++ b/hieradata/os/AlmaLinux/AlmaLinux8.yaml @@ -2,3 +2,12 @@ --- profiles::packages::include: network-scripts: {} + +profiles::yum::global::repos: + powertools: + name: powertools + descr: powertools repository + target: /etc/yum.repos.d/powertools.repo + 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 diff --git a/hieradata/os/AlmaLinux/AlmaLinux9.yaml b/hieradata/os/AlmaLinux/AlmaLinux9.yaml index 03c8c55..c13fd32 100644 --- a/hieradata/os/AlmaLinux/AlmaLinux9.yaml +++ b/hieradata/os/AlmaLinux/AlmaLinux9.yaml @@ -1,2 +1,11 @@ # hieradata/os/AlmaLinux/AlmaLinux9.yaml --- + +profiles::yum::global::repos: + crb: + name: crb + descr: crb repository + target: /etc/yum.repos.d/crb.repo + 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 diff --git a/hieradata/os/AlmaLinux/all_releases.yaml b/hieradata/os/AlmaLinux/all_releases.yaml index 998e923..db5a2e1 100644 --- a/hieradata/os/AlmaLinux/all_releases.yaml +++ b/hieradata/os/AlmaLinux/all_releases.yaml @@ -38,13 +38,6 @@ profiles::yum::global::repos: baseurl: https://edgecache.query.consul/almalinux/%{facts.os.release.full}/AppStream/%{facts.os.architecture}/os gpgkey: http://edgecache.query.consul/almalinux/RPM-GPG-KEY-AlmaLinux-%{facts.os.release.major} mirrorlist: absent - powertools: - name: powertools - descr: powertools repository - target: /etc/yum.repos.d/powertools.repo - 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 highavailability: name: highavailability descr: highavailability repository