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
This commit is contained in:
Dan Bode 2013-07-24 14:35:03 -07:00
parent 17e7a14b5b
commit f085a5aff6

View File

@ -1,6 +1,8 @@
fixtures:
repositories:
"apache": "git://github.com/puppetlabs/puppetlabs-apache.git"
"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"