Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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: Ifb4ca49a9dcbeb3b20781ed24ecd16ae9348903b
  • Loading branch information
Colleen Murphy committed Apr 15, 2015
1 parent cb6aa56 commit 2737af1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .fixtures.yml
@@ -1,7 +1,9 @@
fixtures:
repositories:
"apt": "git://github.com/puppetlabs/puppetlabs-apt.git"
"concat": "git://github.com/puppetlabs/puppetlabs-concat.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"
"memcached": "git://github.com/saz/puppet-memcached.git"
Expand Down

0 comments on commit 2737af1

Please sign in to comment.