Skip to content

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ rpm_package_repos:
391391
distribution_name: mariadb-10.6-centos8
392392
# RabbitMQ - Erlang for Redhat family, version 8
393393
- name: RabbitMQ - Erlang
394-
url: https://packagecloud.io/rabbitmq/erlang/el/8/x86_64
394+
url: https://yum1.rabbitmq.com/erlang/el/8/x86_64
395395
# mirror_complete fails with:
396396
# "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
397397
sync_policy: mirror_content_only
@@ -401,11 +401,11 @@ rpm_package_repos:
401401
distribution_name: rabbitmq-erlang-
402402
# RabbitMQ for Redhat family, version 8
403403
- name: RabbitMQ - Server
404-
url: https://packagecloud.io/rabbitmq/rabbitmq-server/el/8/x86_64
404+
url: https://yum2.rabbitmq.com/rabbitmq/el/8/noarch
405405
# mirror_complete fails with:
406406
# "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
407407
sync_policy: mirror_content_only
408-
base_path: rabbitmq/rabbitmq-server/el/8/x86_64/
408+
base_path: rabbitmq/rabbitmq-server/el/8/noarch/
409409
short_name: rabbitmq_server
410410
sync_group: third_party
411411
distribution_name: rabbitmq-server-
@@ -867,7 +867,7 @@ rpm_package_repos:
867867
# Additional RHEL 9 repositories
868868
# RabbitMQ - Erlang for Redhat family, version 9
869869
- name: RabbitMQ - Erlang - RHEL 9
870-
url: https://packagecloud.io/rabbitmq/erlang/el/9/x86_64
870+
url: https://yum1.rabbitmq.com/erlang/el/9/x86_64
871871
# mirror_complete fails with:
872872
# "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
873873
sync_policy: mirror_content_only
@@ -877,11 +877,11 @@ rpm_package_repos:
877877
distribution_name: rhel9-rabbitmq-erlang-
878878
# RabbitMQ for Redhat family, version 9
879879
- name: RabbitMQ - Server - RHEL 9
880-
url: https://packagecloud.io/rabbitmq/rabbitmq-server/el/9/x86_64
880+
url: https://yum2.rabbitmq.com/rabbitmq/el/9/noarch
881881
# mirror_complete fails with:
882882
# "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
883883
sync_policy: mirror_content_only
884-
base_path: rabbitmq/rabbitmq-server/el/9/x86_64/
884+
base_path: rabbitmq/rabbitmq-server/el/9/noarch/
885885
short_name: rhel9_rabbitmq_server
886886
sync_group: third_party
887887
distribution_name: rhel9-rabbitmq-server-

0 commit comments

Comments
 (0)