Ensure that rabbitmq-erlang and rabbitmq-server repos use the same pins

There is currently a mismatch between the apt pin priorities for the
erlang and server rabbitmq repos. This patch sets the pinning to be
the same.

This should not affect normal package installation as recent changes
to this role require installation of a specific version and will
fail "safe" should that be unavailable. The intention with this patch
is to ensure that the behaviour is the same for both the erlang
and server repos in an abnormal situation where the installation
might fail.

Change-Id: I0d988572a102ca148059d198379d2a3115ecb795
This commit is contained in:
Jonathan Rosser 2024-10-30 10:47:39 +00:00
parent 795d141c85
commit 0e00919287

View File

@ -30,6 +30,8 @@
apt_pinned_packages:
- package: "*"
release: "cloudsmith/rabbitmq/rabbitmq-erlang"
- package: "*"
release: "cloudsmith/rabbitmq/rabbitmq-server"
- package: "erlang*"
version: "1:{{ rabbitmq_erlang_package_version }}"
priority: 1000