Skip to content

Commit 2d894a5

Browse files
committed
Configure Rocky Linux 9 CRB YUM repository
This is necessary to install packages purely from Pulp.
1 parent 2f7418e commit 2d894a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

etc/kayobe/dnf.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ dnf_custom_repos_rocky_9:
149149
file: rocky
150150
gpgkey: "{{ rocky_9_gpg_key }}"
151151
gpgcheck: yes
152+
crb:
153+
baseurl: "{{ stackhpc_repo_rocky_9_crb_url }}"
154+
description: "Rocky Linux $releasever - CRB"
155+
file: rocky
156+
gpgkey: "{{ rocky_9_gpg_key }}"
157+
gpgcheck: yes
152158
extras:
153159
baseurl: "{{ stackhpc_repo_rocky_9_extras_url }}"
154160
description: "Rocky Linux $releasever - Extras"

0 commit comments

Comments
 (0)