Skip to content

Commit

Permalink
fixtures.yml: Pull dependencies from git
Browse files Browse the repository at this point in the history
We always try to pull from git for unit tests to find breaking changes
before they are released.
  • Loading branch information
bastelfreak committed May 17, 2024
1 parent 616d53f commit 136f931
Showing 1 changed file with 12 additions and 24 deletions.
36 changes: 12 additions & 24 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,16 @@
# See https://github.com/puppetlabs/puppetlabs_spec_helper#using-fixtures for details
---
fixtures:
forge_modules:
stdlib:
repo: puppetlabs/stdlib
concat:
repo: puppetlabs/concat
apt:
repo: puppetlabs/apt
zypprepo:
repo: puppet/zypprepo
yumrepo_core:
repo: puppetlabs-yumrepo_core
puppet_version: ">= 6.0.0"
chocolatey:
repo: puppetlabs/chocolatey
redis:
repo: puppet/redis
augeas:
repo: puppetlabs/augeas_core
puppet_version: ">= 6.0.0"
icinga2:
repo: icinga/icinga2
repositories:
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
provision: 'https://github.com/puppetlabs/provision.git'
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib
concat: https://github.com/puppetlabs/puppetlabs-concat
apt: https://github.com/puppetlabs/puppetlabs-apt
zypprepo: https://github.com/voxpupuli/puppet-zypprepo
yumrepo_core: https://github.com/puppetlabs/puppetlabs-yumrepo_core
chocolatey: https://github.com/puppetlabs/puppetlabs-chocolatey
redis: https://github.com/voxpupuli/puppet-redis
augeas: https://github.com/puppetlabs/puppetlabs-augeas_core
icinga2: https://github.com/voxpupuli/puppet-icinga2
facts: https://github.com/puppetlabs/puppetlabs-facts
puppet_agent: https://github.com/puppetlabs/puppetlabs-puppet_agent
provision: https://github.com/puppetlabs/provision

0 comments on commit 136f931

Please sign in to comment.