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: I4264d4a998226b91da14949be5b0a4b41848a1ba
This commit is contained in:
Tobias Urdin 2019-11-01 10:17:25 +01:00
parent bde29d2e6a
commit 34113c9d4a
2 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ mod 'postgresql',
:ref => 'v6.2.0'
mod 'rabbitmq',
:git => 'https://github.com/puppetlabs/puppetlabs-rabbitmq',
:git => 'https://github.com/voxpupuli/puppet-rabbitmq',
:ref => 'v9.1.0'
mod 'rsync',

View File

@ -10,7 +10,7 @@ puppetlabs/puppetlabs-firewall
puppetlabs/puppetlabs-inifile,2.2.0
puppetlabs/puppetlabs-mysql,6.2.0
puppetlabs/puppetlabs-postgresql
puppetlabs/puppetlabs-rabbitmq
voxpupuli/puppet-rabbitmq
puppetlabs/puppetlabs-rsync
puppetlabs/puppetlabs-stdlib
puppetlabs/puppetlabs-vcsrepo