f085a5aff6
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
11 lines
368 B
YAML
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}"
|