Skip to content

Commit

Permalink
fixtures.yml: Pull dependencies from git
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bastelfreak committed Jun 19, 2024
1 parent 4e75e30 commit d794db6
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
---
fixtures:
forge_modules:
icinga:
repo: icinga/icinga
stdlib:
repo: puppetlabs/stdlib
concat:
repo: puppetlabs/concat
apt:
repo: puppetlabs/apt
chocolatey:
repo: puppetlabs/chocolatey
zypprepo:
repo: puppet/zypprepo
yumrepo_core:
repo: puppetlabs-yumrepo_core
puppet_version: ">= 6.0.0"

repositories:
icinga: https://github.com/voxpupuli/puppet-icinga
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib
concat: https://github.com/puppetlabs/puppetlabs-concat
apt: https://github.com/puppetlabs/puppetlabs-apt
chocolatey: https://github.com/puppetlabs/puppetlabs-chocolatey
zypprepo: https://github.com/voxpupuli/puppet-zypprepo
yumrepo_core: https://github.com/puppetlabs/puppetlabs-yumrepo_core

0 comments on commit d794db6

Please sign in to comment.