From feacfd425186acf86237306c99d4c5a7cdbc2867 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Wed, 15 Apr 2015 13:58:50 -0700 Subject: [PATCH] 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: I446db00bdf456ac475cb940f00db5b3a108ab203 --- .fixtures.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.fixtures.yml b/.fixtures.yml index 066d4105e..73f11ff6c 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,7 +1,9 @@ fixtures: repositories: 'apache': 'git://github.com/puppetlabs/puppetlabs-apache.git' - 'concat': 'git://github.com/puppetlabs/puppetlabs-concat.git' + 'concat': + 'repo': 'git://github.com/puppetlabs/puppetlabs-concat.git' + 'ref': '1.2.1' 'apt': 'git://github.com/puppetlabs/puppetlabs-apt.git' 'mysql': 'git://github.com/puppetlabs/puppetlabs-mysql.git' 'openstacklib': 'git://github.com/stackforge/puppet-openstacklib.git'