Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixtures.yml: Pull dependencies from git #119

Merged
merged 2 commits into from
May 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 9 additions & 24 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,13 @@
# 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