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: I53209c2675c883c305b6e62e5233950cf66d14a6
Closes-Bug: #1850236
(cherry picked from commit a0653bd4eb)
(cherry picked from commit e41b1b684c)
This commit is contained in:
ZhongShengping 2019-10-29 09:31:04 +08:00 committed by Takashi Kajinami
parent 3c0d3b1fbd
commit 5888d068e8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"version_requirement": ">=14.4.0 <15.0.0"
},
{
"name": "puppetlabs/rabbitmq",
"name": "puppet/rabbitmq",
"version_requirement": ">=8.4.0 <9.0.0"
},
{