puppet-horizon/.fixtures.yml
Dan Bode f085a5aff6 Pin apache to major version for fixtures
Previously, unit tests were using master for testing.

This commit changes them to use the newly created major version
branches. This allows us to backport bug fixes while we wait for
upstream to stabilize.

Change-Id: I2636652e753cc3768cb06f39f262d0e56ac25999
2013-07-24 14:35:28 -07:00

11 lines
368 B
YAML

fixtures:
repositories:
"apache":
repo: "git://github.com/puppetlabs/puppetlabs-apache.git"
ref: 'origin/0.x'
"concat": "git://github.com/ripienaar/puppet-concat.git"
"firewall": "git://github.com/puppetlabs/puppetlabs-firewall.git"
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
symlinks:
"horizon": "#{source_dir}"