From cf2b7ef19c99955bc23f3b53ecec40f1f6d3ee3f Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 26 Jul 2026 23:08:48 +1000 Subject: [PATCH] Add distribution-agnostic rpm-vendor local repo The puppet AlmaLinux hosts now consume a general rpm-vendor repo (alongside the per-distro rpm-vendor-elN repos), mirroring the rpm-internal split. Add the backing local rpm repo so the baseurl resolves. - add config/local_rpm/rpm-vendor.yaml Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv --- config/local_rpm/rpm-vendor.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 config/local_rpm/rpm-vendor.yaml diff --git a/config/local_rpm/rpm-vendor.yaml b/config/local_rpm/rpm-vendor.yaml new file mode 100644 index 0000000..48fc8cf --- /dev/null +++ b/config/local_rpm/rpm-vendor.yaml @@ -0,0 +1 @@ +description: "Vendored third-party RPM packages (distribution-agnostic)"