From cd1c3e6ae2e88f6271a26e0c2c2ad41250a7f5b3 Mon Sep 17 00:00:00 2001 From: BenVincent Date: Mon, 6 Jul 2026 23:02:02 +1000 Subject: [PATCH] chore: add rpm-internal repo (#476) enable installing locally packaged rpms with no specific linux release - add the rpm-internal repo from artifactapi --------- Co-authored-by: Ben Vincent Reviewed-on: https://git.unkin.net/unkin/puppet-prod/pulls/476 --- hieradata/os/AlmaLinux/all_releases.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hieradata/os/AlmaLinux/all_releases.yaml b/hieradata/os/AlmaLinux/all_releases.yaml index cbdd937..28e58eb 100644 --- a/hieradata/os/AlmaLinux/all_releases.yaml +++ b/hieradata/os/AlmaLinux/all_releases.yaml @@ -78,6 +78,13 @@ profiles::yum::global::repos: gpgkey: https://git.query.consul/api/packages/unkinben/rpm/repository.key gpgcheck: false mirrorlist: absent + rpm-internal: + name: rpm-internal + descr: rpm-internal repository + target: /etc/yum.repos.d/rpm-internal.repo + baseurl: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/local/rpm-internal/ + gpgcheck: false + mirrorlist: absent # Additional repositories - default to absent, roles can override with ensure: present # FRRouting repositories