423707b0f9
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
13 lines
487 B
YAML
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}"
|