Bump rabbitmq module to 5.0.0

The 5.0.0 release removes the rabbitmq_erlang_fact. That fact was
identified as a security issue. When the puppetboard is public,
as openstack-infra's is, that string is leaked publicly. This also
fixes an issue with rabbitmq where the rabbitmq commands themselves
changed output, breaking some of the providers.

Summary here:
https://github.com/puppetlabs/puppetlabs-rabbitmq/blob/master/CHANGELOG.md

Change-Id: Idb71a2a5d298832eceb7488473d12f76030c9683
This commit is contained in:
Spencer Krum 2014-12-17 13:19:15 -08:00
parent 7460b23e33
commit 86a901e3ff

View File

@ -48,7 +48,7 @@ MODULES["puppetlabs-inifile"]="1.0.0"
MODULES["puppetlabs-firewall"]="0.0.4"
MODULES["puppetlabs-puppetdb"]="3.0.1"
MODULES["stankevich-python"]="1.6.6"
MODULES["puppetlabs-rabbitmq"]="4.0.0"
MODULES["puppetlabs-rabbitmq"]="5.0.0"
# Source modules should use tags, explicit refs or remote branches because
# we do not update local branches in this script.