Skip to content

Commit ef07de8

Browse files
committed
fixtures.yml: Pull dependencies from git
This is the current best practice. In unit tests the .fixtures.yml will be used and we're able to detect breaking changes in dependencies before they are released. In acceptance tests the latest forge releases based on metadata.json will be used.
1 parent fac04d9 commit ef07de8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.fixtures.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
fixtures:
3-
forge_modules:
4-
stdlib: "puppetlabs/stdlib"
5-
concat: "puppetlabs/concat"
6-
vcsrepo: "puppetlabs/vcsrepo"
7-
apt: "puppetlabs/apt"
8-
yumrepo: "puppetlabs/yumrepo_core"
9-
zypprepo: "puppet/zypprepo"
10-
systemd: "camptocamp/systemd"
11-
icinga: "icinga/icinga"
12-
icinga2: "icinga/icinga2"
3+
repositories:
4+
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib
5+
concat: https://github.com/puppetlabs/puppetlabs-concat
6+
vcsrepo: https://github.com/puppetlabs/puppetlabs-vcsrepo
7+
apt: https://github.com/puppetlabs/puppetlabs-apt
8+
yumrepo_core: https://github.com/puppetlabs/puppetlabs-yumrepo_core
9+
zypprepo: https://github.com/voxpupuli/puppet-zypprepo
10+
systemd: https://github.com/voxpupuli/puppet-systemd
11+
icinga: https://github.com/voxpupuli/puppet-icinga
12+
icinga2: https://github.com/voxpupuli/puppet-icinga2

0 commit comments

Comments
 (0)