From ba73959b6a055995c3f9330de097d3091275d18e Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 18 Jul 2026 14:03:52 +1000 Subject: [PATCH] yum: point rpmfusion repos at artifactapi The rpmfusion-free / rpmfusion-nonfree repos still targeted the retired packagerepo.service.consul mirror, so dnf on media nodes (jellyfin, nzbget) failed with "Cannot download repomd.xml: All mirrors were tried", blocking package installs such as dns-updater. Repoint both baseurl and gpgkey at the artifactapi RPM Fusion remotes (rpmfusion-free / rpmfusion-nonfree), matching the migration already done for the other repos in this file. Claude-Session: https://claude.ai/code/session_01VZ81u2JtjvaPq8Z3EDTSMb --- hieradata/os/AlmaLinux/all_releases.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hieradata/os/AlmaLinux/all_releases.yaml b/hieradata/os/AlmaLinux/all_releases.yaml index 8ad8068..2bf464e 100644 --- a/hieradata/os/AlmaLinux/all_releases.yaml +++ b/hieradata/os/AlmaLinux/all_releases.yaml @@ -261,8 +261,8 @@ profiles::yum::global::repos: name: rpmfusion-free descr: rpmfusion-free repository target: /etc/yum.repos.d/rpmfusion-free.repo - baseurl: https://packagerepo.service.consul/rpmfusion-free-el%{facts.os.release.major}-%{facts.os.architecture}/ - gpgkey: https://packagerepo.service.consul/rpmfusion-free-el%{facts.os.release.major}-%{facts.os.architecture}/repodata/repomd.xml.key + baseurl: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/rpmfusion-free/el/updates/%{facts.os.release.major}/%{facts.os.architecture}/ + gpgkey: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/rpmfusion-free/el/RPM-GPG-KEY-rpmfusion-free-el-%{facts.os.release.major} gpgcheck: 1 mirrorlist: absent rpmfusion-nonfree: @@ -270,8 +270,8 @@ profiles::yum::global::repos: name: rpmfusion-nonfree descr: rpmfusion-nonfree repository target: /etc/yum.repos.d/rpmfusion-nonfree.repo - baseurl: https://packagerepo.service.consul/rpmfusion-nonfree-el%{facts.os.release.major}-%{facts.os.architecture}/ - gpgkey: https://packagerepo.service.consul/rpmfusion-nonfree-el%{facts.os.release.major}-%{facts.os.architecture}/repodata/repomd.xml.key + baseurl: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/rpmfusion-nonfree/el/updates/%{facts.os.release.major}/%{facts.os.architecture}/ + gpgkey: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/rpmfusion-nonfree/el/RPM-GPG-KEY-rpmfusion-nonfree-el-%{facts.os.release.major} gpgcheck: 1 mirrorlist: absent unkin: