From dc05e1116b6f73f65fac85ed46117c0b8d81cce2 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Thu, 18 Jul 2013 15:12:57 -0700 Subject: [PATCH] update rabbitmq reference This commit updates the ref for rabbit to an earlier revision While the previous revision worked, it was always enabling the rabbitmq upstream repos causing the latest version of it to be installed. For openstack, we need to use the version supporting by the distros (and tested with openstack) and not the latest version. Change-Id: I8f81071929604271c4370019ea15ec7d14ee93fa --- .fixtures.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.fixtures.yml b/.fixtures.yml index a469f90..018c454 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -15,7 +15,7 @@ fixtures: "mysql": "git://github.com/puppetlabs/puppetlabs-mysql.git" "rabbitmq": repo: "git://github.com/puppetlabs/puppetlabs-rabbitmq" - ref: 9eadc4274b5a70fd55d036b0365f63e90325d5a7 + ref: 43a000b95b13c62e4fbea14e31bc61929bda1b23 'memcached': 'git://github.com/saz/puppet-memcached' "stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git" "sysctl": "git://github.com/duritong/puppet-sysctl.git"