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:
@@ -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}"
|
||||
|
Reference in New Issue
Block a user