Skip to content

Commit f53ed12

Browse files
committed
Fix rabbitmq paths to match Ark
Adapted from commit a08cd49.
1 parent 0460066 commit f53ed12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

etc/kayobe/pulp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,15 +238,15 @@ stackhpc_pulp_rpm_repos:
238238
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
239239

240240
- name: RabbitMQ - Erlang
241-
url: "{{ stackhpc_release_pulp_content_url }}/rabbitmq/erlang/el/8/x86_64/{{ stackhpc_pulp_repo_rabbitmq_erlang_version }}"
241+
url: "{{ stackhpc_release_pulp_content_url }}/rabbitmq/erlang/el/9/x86_64/{{ stackhpc_pulp_repo_rabbitmq_erlang_version }}"
242242
distribution_name: "rabbitmq-erlang-"
243-
base_path: "rabbitmq/erlang/el/8/x86_64/"
243+
base_path: "rabbitmq/erlang/el/9/x86_64/"
244244
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
245245

246246
- name: RabbitMQ - Server
247-
url: "{{ stackhpc_release_pulp_content_url }}/rabbitmq/rabbitmq-server/el/8/x86_64/{{ stackhpc_pulp_repo_rabbitmq_server_version }}"
247+
url: "{{ stackhpc_release_pulp_content_url }}/rabbitmq/rabbitmq-server/el/9/noarch/{{ stackhpc_pulp_repo_rabbitmq_server_version }}"
248248
distribution_name: "rabbitmq-server-"
249-
base_path: "rabbitmq/rabbitmq-server/el/8/x86_64/"
249+
base_path: "rabbitmq/rabbitmq-server/el/9/x86_64/"
250250
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
251251

252252
# Base Rocky 9 repositories

0 commit comments

Comments
 (0)