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: If8263cc4ed9ccb2d707da1c035362ace5ca6ef30 Closes-Bug: #1850236 (cherry picked from commitdd08b3f051) (cherry picked from commit8a54e2c695)
This commit is contained in:
committed by
Takashi Kajinami
parent
d019d97855
commit
2af6e8d111
@@ -10,7 +10,7 @@
|
||||
"version_requirement": ">=14.4.0 <15.0.0"
|
||||
},
|
||||
{
|
||||
"name": "puppetlabs/rabbitmq",
|
||||
"name": "puppet/rabbitmq",
|
||||
"version_requirement": ">=8.4.0 <9.0.0"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user