From 91cdb924b89d8b18e73b6a60150facc37fba5a87 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Tue, 6 Oct 2015 14:01:20 -0700 Subject: [PATCH] Update rabbitmq module There have been no backwards-incompatible changes in the rabbitmq module since 5.0.0. However there have been major bugfixes to keep up with changes in upstream rabbitmq packages, so it is worth updating. This update is needed for Infra Cloud to work. The only module that uses the rabbitmq module currently is the storyboard module, all of which is contained in one class[1], so the impact of this update is minimal. See the puppetlabs-rabbitmq changelog[2] for more details of what this update entails. [1] http://git.openstack.org/cgit/openstack-infra/puppet-storyboard/tree/manifests/rabbit.pp [2] https://github.com/puppetlabs/puppetlabs-rabbitmq/blob/master/CHANGELOG.md Change-Id: Ief759e6676799864d9ef8b472d30e8f9834b41c0 --- modules.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.env b/modules.env index a3cc7efe71..ad671937b5 100644 --- a/modules.env +++ b/modules.env @@ -58,7 +58,7 @@ SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-mysql"]="0.6.1" SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-ntp"]="3.2.1" SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-postgresql"]="3.4.2" SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-puppetdb"]="3.0.1" -SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-rabbitmq"]="5.0.0" +SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-rabbitmq"]="5.2.3" SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-stdlib"]="4.3.2" SOURCE_MODULES["https://github.com/rafaelfelix/puppet-pear"]="1.0.3" SOURCE_MODULES["https://github.com/saz/puppet-memcached"]="a0d4bdca6283d64acb484bb7671c0305cafd76b4"