From 86a901e3ff653ce78c70641d7168ec4772fb9170 Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Wed, 17 Dec 2014 13:19:15 -0800 Subject: [PATCH] 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 --- modules.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.env b/modules.env index bd4a013c51..6867341848 100644 --- a/modules.env +++ b/modules.env @@ -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.