Fix rabbitmq dependency

puppetlabs/rabbitmq [1] is deprecated, and max version is 5.6.0 which can
not be fulfilled by this dependency.

Correct it to puppet-rabbitmq [2] instead which is being actively maintained
and has the right version.

[1]: https://forge.puppet.com/puppetlabs/rabbitmq
[2]: https://forge.puppet.com/puppet/rabbitmq

Change-Id: I73d0c80af54de3d9c72291e9f1916058cd6bed02
Closes-Bug: #1850236
(cherry picked from commit 2d4ad36d4d)
This commit is contained in:
ZhongShengping 2019-10-29 09:31:04 +08:00 committed by Takashi Kajinami
parent 4fc5214dfe
commit 516c3c2b2f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"version_requirement": ">=15.4.0 <16.0.0"
},
{
"name": "puppetlabs/rabbitmq",
"name": "puppet/rabbitmq",
"version_requirement": ">=8.4.0 <9.0.0"
},
{