puppet-horizon/.fixtures.yml
Colleen Murphy 32ed597ccc Pin puppetlabs-concat to 1.2.1 in fixtures
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: I6253077853e800d081b9ec88f26c56d58a23108d
2015-04-15 15:35:24 -07:00

10 lines
302 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'
'stdlib': 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
symlinks:
"horizon": "#{source_dir}"