Skip to content

Commit d9f2878

Browse files
authored
Merge pull request #1426 from stackhpc/fix-pulp-paths
Amending paths to match Ark
2 parents 1b04d74 + b82b183 commit d9f2878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/pulp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ stackhpc_pulp_rpm_repos:
252252
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
253253

254254
- name: RabbitMQ - Server - RHEL 9
255-
url: "{{ stackhpc_release_pulp_content_url }}/rabbitmq/rabbitmq-server/el/9/x86_64/{{ stackhpc_pulp_repo_rhel9_rabbitmq_server_version }}"
255+
url: "{{ stackhpc_release_pulp_content_url }}/rabbitmq/rabbitmq-server/el/9/noarch/{{ stackhpc_pulp_repo_rhel9_rabbitmq_server_version }}"
256256
distribution_name: "rhel9-rabbitmq-server-"
257257
base_path: "rabbitmq/rabbitmq-server/el/9/x86_64/"
258258
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
@@ -344,7 +344,7 @@ stackhpc_pulp_rpm_repos:
344344

345345
# Additional RHEL 9 repositories
346346
- name: TreasureData 5 for RHEL 9
347-
url: "{{ stackhpc_release_pulp_content_url }}/treasuredata/4/redhat/9/x86_64/{{ stackhpc_pulp_repo_rhel_9_treasuredata_5_version }}"
347+
url: "{{ stackhpc_release_pulp_content_url }}/treasuredata/lts/5/redhat/9/x86_64/{{ stackhpc_pulp_repo_rhel_9_treasuredata_5_version }}"
348348
distribution_name: "rhel-9-treasuredata-5-"
349349
base_path: "treasuredata/5/redhat/9/x86_64/"
350350
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"

0 commit comments

Comments
 (0)