From 423707b0f944ba052bb86a1cc23e5866a3640376 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Wed, 15 Apr 2015 15:49:41 -0700 Subject: [PATCH] Unpin rabbitmq module The ref 'origin/4.x' does not exist, so the spec_prep rake task does not use that ref and instead just pulls down master. The rabbitmq resources in the openstacklib module work with the latest version of puppetlabs-rabbitmq, so this hasn't caused a problem, just a strange message during testing. This change unpins it because it isn't necessary and the pin doesn't work. Change-Id: I4057cf1083ee3959ae963fcba795505cba4f1a82 --- .fixtures.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index f3684b21..bcf98bc4 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -7,8 +7,6 @@ fixtures: mysql: git://github.com/puppetlabs/puppetlabs-mysql.git postgresql: git://github.com/puppetlabs/puppetlabs-postgresql.git stdlib: git://github.com/puppetlabs/puppetlabs-stdlib.git - rabbitmq: - repo: 'git://github.com/puppetlabs/puppetlabs-rabbitmq' - ref: 'origin/4.x' + rabbitmq: 'git://github.com/puppetlabs/puppetlabs-rabbitmq' symlinks: 'openstacklib': "#{source_dir}"