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.

Conflicts:
	.fixtures.yml

Change-Id: Ie53c9c0c3f7ad84d310372e24eacc02a710cacf5
(cherry picked from commit c49cf8dbaa)
This commit is contained in:
Colleen Murphy 2015-04-15 15:25:52 -07:00 committed by François Charlier
parent eb5262e7d5
commit 3cd398e9a7
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
fixtures:
repositories:
"apt": "git://github.com/puppetlabs/puppetlabs-apt.git"
'apt': 'git://github.com/puppetlabs/puppetlabs-apt.git'
'concat':
'repo': 'git://github.com/puppetlabs/puppetlabs-concat.git'
'ref': '1.2.1'
"keystone":
repo: "git://github.com/stackforge/puppet-keystone.git"
ref: "origin/stable/juno"