From 9b1fc7322c2ac5ff24902793b9f273ab9d3236e4 Mon Sep 17 00:00:00 2001 From: Pat Riehecky Date: Tue, 13 Jun 2023 15:15:32 -0500 Subject: [PATCH] Almalinux 9.2 shows these repos as `-debuginfo` almalinux-appstream.repo:[appstream-debuginfo] almalinux-baseos.repo:[baseos-debuginfo] almalinux-crb.repo:[crb-debuginfo] almalinux-extras.repo:[extras-debuginfo] almalinux-highavailability.repo:[highavailability-debuginfo] almalinux-nfv.repo:[nfv-debuginfo] almalinux-plus.repo:[plus-debuginfo] almalinux-resilientstorage.repo:[resilientstorage-debuginfo] almalinux-rt.repo:[rt-debuginfo] almalinux-sap.repo:[sap-debuginfo] almalinux-saphana.repo:[saphana-debuginfo] --- data/os/RedHat/AlmaLinux/9.yaml | 44 ++++++++++++++++----------------- spec/classes/init_spec.rb | 22 ++++++++--------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/data/os/RedHat/AlmaLinux/9.yaml b/data/os/RedHat/AlmaLinux/9.yaml index 8ba9861f..20238f0b 100644 --- a/data/os/RedHat/AlmaLinux/9.yaml +++ b/data/os/RedHat/AlmaLinux/9.yaml @@ -1,40 +1,40 @@ --- yum::os_default_repos: - appstream -- appstream-debug +- appstream-debuginfo - appstream-source - plus -- plus-debug +- plus-debuginfo - plus-source - saphana -- saphana-debug +- saphana-debuginfo - saphana-source - crb -- crb-debug +- crb-debuginfo - crb-source - baseos -- baseos-debug +- baseos-debuginfo - baseos-source - highavailability -- highavailability-debug +- highavailability-debuginfo - highavailability-source - extras -- extras-debug +- extras-debuginfo - extras-source - nfv -- nfv-debug +- nfv-debuginfo - nfv-source - resilientstorage -- resilientstorage-debug +- resilientstorage-debuginfo - resilientstorage-source - rt -- rt-debug +- rt-debuginfo - rt-source - sap -- sap-debug +- sap-debuginfo - sap-source yum::repos: - appstream-debug: + appstream-debuginfo: descr: AlmaLinux $releasever - AppStream - Debug enabled: false gpgcheck: true @@ -58,7 +58,7 @@ yum::repos: metadata_expire: 86400 mirrorlist: https://mirrors.almalinux.org/mirrorlist/$releasever/appstream target: "/etc/yum.repos.d/almalinux-appstream.repo" - baseos-debug: + baseos-debuginfo: descr: AlmaLinux $releasever - BaseOS - Debug enabled: false gpgcheck: true @@ -82,7 +82,7 @@ yum::repos: metadata_expire: 86400 mirrorlist: https://mirrors.almalinux.org/mirrorlist/$releasever/baseos target: "/etc/yum.repos.d/almalinux-baseos.repo" - crb-debug: + crb-debuginfo: descr: AlmaLinux $releasever - CRB - Debug enabled: false gpgcheck: true @@ -106,7 +106,7 @@ yum::repos: metadata_expire: 86400 mirrorlist: https://mirrors.almalinux.org/mirrorlist/$releasever/crb target: "/etc/yum.repos.d/almalinux-crb.repo" - extras-debug: + extras-debuginfo: descr: AlmaLinux $releasever - Extras - Debug enabled: false gpgcheck: true @@ -130,7 +130,7 @@ yum::repos: metadata_expire: 86400 mirrorlist: https://mirrors.almalinux.org/mirrorlist/$releasever/extras target: "/etc/yum.repos.d/almalinux-extras.repo" - highavailability-debug: + highavailability-debuginfo: descr: AlmaLinux $releasever - HighAvailability - Debug enabled: false gpgcheck: true @@ -154,7 +154,7 @@ yum::repos: metadata_expire: 86400 mirrorlist: https://mirrors.almalinux.org/mirrorlist/$releasever/highavailability target: "/etc/yum.repos.d/almalinux-highavailability.repo" - nfv-debug: + nfv-debuginfo: descr: AlmaLinux $releasever - NFV - Debug enabled: false gpgcheck: true @@ -178,7 +178,7 @@ yum::repos: metadata_expire: 86400 mirrorlist: https://mirrors.almalinux.org/mirrorlist/$releasever/nfv target: "/etc/yum.repos.d/almalinux-nfv.repo" - plus-debug: + plus-debuginfo: descr: AlmaLinux $releasever - Plus - Debug enabled: false gpgcheck: true @@ -202,7 +202,7 @@ yum::repos: metadata_expire: 86400 mirrorlist: https://mirrors.almalinux.org/mirrorlist/$releasever/plus target: "/etc/yum.repos.d/almalinux-plus.repo" - resilientstorage-debug: + resilientstorage-debuginfo: descr: AlmaLinux $releasever - ResilientStorage - Debug enabled: false gpgcheck: true @@ -226,7 +226,7 @@ yum::repos: metadata_expire: 86400 mirrorlist: https://mirrors.almalinux.org/mirrorlist/$releasever/resilientstorage target: "/etc/yum.repos.d/almalinux-resilientstorage.repo" - rt-debug: + rt-debuginfo: descr: AlmaLinux $releasever - RT - Debug enabled: false gpgcheck: true @@ -250,7 +250,7 @@ yum::repos: metadata_expire: 86400 mirrorlist: https://mirrors.almalinux.org/mirrorlist/$releasever/rt target: "/etc/yum.repos.d/almalinux-rt.repo" - sap-debug: + sap-debuginfo: descr: AlmaLinux $releasever - SAP - Debug enabled: false gpgcheck: true @@ -274,7 +274,7 @@ yum::repos: metadata_expire: 86400 mirrorlist: https://mirrors.almalinux.org/mirrorlist/$releasever/sap target: "/etc/yum.repos.d/almalinux-sap.repo" - saphana-debug: + saphana-debuginfo: descr: AlmaLinux $releasever - SAPHANA - Debug enabled: false gpgcheck: true diff --git a/spec/classes/init_spec.rb b/spec/classes/init_spec.rb index a78e783d..fca6ef40 100644 --- a/spec/classes/init_spec.rb +++ b/spec/classes/init_spec.rb @@ -510,37 +510,37 @@ it_behaves_like 'a catalog containing repos', %w[ appstream - appstream-debug + appstream-debuginfo appstream-source plus - plus-debug + plus-debuginfo plus-source saphana - saphana-debug + saphana-debuginfo saphana-source crb - crb-debug + crb-debuginfo crb-source baseos - baseos-debug + baseos-debuginfo baseos-source highavailability - highavailability-debug + highavailability-debuginfo highavailability-source extras - extras-debug + extras-debuginfo extras-source nfv - nfv-debug + nfv-debuginfo nfv-source resilientstorage - resilientstorage-debug + resilientstorage-debuginfo resilientstorage-source rt - rt-debug + rt-debuginfo rt-source sap - sap-debug + sap-debuginfo sap-source ] end