Skip to content

Commit

Permalink
Adds specific versions to fixtures (voxpupuli#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
petems authored Apr 25, 2017
1 parent 203cabf commit 871e5f8
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
fixtures:
repositories:
apt: 'git://github.com/puppetlabs/puppetlabs-apt.git'
stdlib: 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
epel: 'https://github.com/stahnma/puppet-module-epel.git'

apt:
repo: "git://github.com/puppetlabs/puppetlabs-apt.git"
ref: 2.3.0
stdlib:
repo: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
ref: 4.11.0
epel:
repo: 'https://github.com/stahnma/puppet-module-epel.git'
ref: 1.2.2
symlinks:
redis: "#{source_dir}"

0 comments on commit 871e5f8

Please sign in to comment.