puppet-openstacklib/.fixtures.yml
Colleen Murphy 423707b0f9 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
2015-04-15 15:49:41 -07:00

13 lines
487 B
YAML

fixtures:
repositories:
apache: git://github.com/puppetlabs/puppetlabs-apache.git
concat:
repo: 'git://github.com/puppetlabs/puppetlabs-concat.git'
ref: '1.2.1'
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: 'git://github.com/puppetlabs/puppetlabs-rabbitmq'
symlinks:
'openstacklib': "#{source_dir}"