Skip to content

Commit d794db6

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 4e75e30 commit d794db6

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

.fixtures.yml

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
1+
---
12
fixtures:
2-
forge_modules:
3-
icinga:
4-
repo: icinga/icinga
5-
stdlib:
6-
repo: puppetlabs/stdlib
7-
concat:
8-
repo: puppetlabs/concat
9-
apt:
10-
repo: puppetlabs/apt
11-
chocolatey:
12-
repo: puppetlabs/chocolatey
13-
zypprepo:
14-
repo: puppet/zypprepo
15-
yumrepo_core:
16-
repo: puppetlabs-yumrepo_core
17-
puppet_version: ">= 6.0.0"
18-
3+
repositories:
4+
icinga: https://github.com/voxpupuli/puppet-icinga
5+
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib
6+
concat: https://github.com/puppetlabs/puppetlabs-concat
7+
apt: https://github.com/puppetlabs/puppetlabs-apt
8+
chocolatey: https://github.com/puppetlabs/puppetlabs-chocolatey
9+
zypprepo: https://github.com/voxpupuli/puppet-zypprepo
10+
yumrepo_core: https://github.com/puppetlabs/puppetlabs-yumrepo_core

0 commit comments

Comments
 (0)