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
This commit is contained in:
Colleen Murphy
2015-04-15 15:49:41 -07:00
parent 8c1d56546e
commit 423707b0f9

View File

@@ -7,8 +7,6 @@ fixtures:
mysql: git://github.com/puppetlabs/puppetlabs-mysql.git mysql: git://github.com/puppetlabs/puppetlabs-mysql.git
postgresql: git://github.com/puppetlabs/puppetlabs-postgresql.git postgresql: git://github.com/puppetlabs/puppetlabs-postgresql.git
stdlib: git://github.com/puppetlabs/puppetlabs-stdlib.git stdlib: git://github.com/puppetlabs/puppetlabs-stdlib.git
rabbitmq: rabbitmq: 'git://github.com/puppetlabs/puppetlabs-rabbitmq'
repo: 'git://github.com/puppetlabs/puppetlabs-rabbitmq'
ref: 'origin/4.x'
symlinks: symlinks:
'openstacklib': "#{source_dir}" 'openstacklib': "#{source_dir}"