fix: ceph repos remove dash (#437)

Reviewed-on: #437
This commit is contained in:
Ben Vincent 2026-01-15 21:52:17 +11:00
parent dbe1398218
commit 4e928585f5

View File

@ -127,8 +127,8 @@ profiles::yum::global::repos:
name: ceph name: ceph
descr: ceph repository descr: ceph repository
target: /etc/yum.repos.d/ceph.repo target: /etc/yum.repos.d/ceph.repo
baseurl: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/ceph-reef/el-%{facts.os.release.major}/%{facts.os.architecture} baseurl: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/ceph-reef/el%{facts.os.release.major}/%{facts.os.architecture}
gpgkey: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/ceph-reef/el-%{facts.os.release.major}/%{facts.os.architecture}/repodata/repomd.xml.asc gpgkey: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/ceph-reef/el%{facts.os.release.major}/%{facts.os.architecture}/repodata/repomd.xml.asc
gpgcheck: 1 gpgcheck: 1
mirrorlist: absent mirrorlist: absent
ceph-noarch: ceph-noarch:
@ -136,8 +136,8 @@ profiles::yum::global::repos:
name: ceph-noarch name: ceph-noarch
descr: ceph noarch repository descr: ceph noarch repository
target: /etc/yum.repos.d/ceph.repo target: /etc/yum.repos.d/ceph.repo
baseurl: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/ceph-reef/el-%{facts.os.release.major}/noarch baseurl: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/ceph-reef/el%{facts.os.release.major}/noarch
gpgkey: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/ceph-reef/el-%{facts.os.release.major}/noarch/repodata/repomd.xml.asc gpgkey: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/ceph-reef/el%{facts.os.release.major}/noarch/repodata/repomd.xml.asc
gpgcheck: 1 gpgcheck: 1
mirrorlist: absent mirrorlist: absent