7f40c612d2
Puppet Labs is in the process of releasing a 2.0.0 version of puppetlabs-concat, which will have many breaking changes that affect many dependent modules. Changes have been merged to master, but not yet released. While we figure out what changes we need to make in our own modules and wait for updates in dependent modules, we should just pin to a stable version. Change-Id: I555f9164f1d4acde9e3ffe7a4d1c7966e2bc04bf
20 lines
851 B
YAML
20 lines
851 B
YAML
fixtures:
|
|
repositories:
|
|
'cinder': 'git://github.com/stackforge/puppet-cinder.git'
|
|
'concat':
|
|
'repo': 'git://github.com/puppetlabs/puppetlabs-concat.git'
|
|
'ref': '1.2.1'
|
|
'inifile': 'git://github.com/puppetlabs/puppetlabs-inifile'
|
|
'keystone': 'git://github.com/stackforge/puppet-keystone.git'
|
|
'mysql': 'git://github.com/puppetlabs/puppetlabs-mysql.git'
|
|
'openstacklib': 'git://github.com/stackforge/puppet-openstacklib.git'
|
|
'postgresql': 'git://github.com/puppetlabs/puppet-postgresql.git'
|
|
'qpid': 'git://github.com/dprince/puppet-qpid.git'
|
|
'rabbitmq':
|
|
repo: 'git://github.com/puppetlabs/puppetlabs-rabbitmq'
|
|
ref: 'origin/2.x'
|
|
'stdlib': 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
|
|
'sysctl': 'git://github.com/duritong/puppet-sysctl.git'
|
|
symlinks:
|
|
'nova': "#{source_dir}"
|