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 #407

Merged
merged 1 commit into from
Jun 20, 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
20 changes: 10 additions & 10 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
fixtures:
forge_modules:
stdlib: "puppetlabs/stdlib"
concat: "puppetlabs/concat"
vcsrepo: "puppetlabs/vcsrepo"
apt: "puppetlabs/apt"
yumrepo: "puppetlabs/yumrepo_core"
zypprepo: "puppet/zypprepo"
systemd: "camptocamp/systemd"
icinga: "icinga/icinga"
icinga2: "icinga/icinga2"
repositories:
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib
concat: https://github.com/puppetlabs/puppetlabs-concat
vcsrepo: https://github.com/puppetlabs/puppetlabs-vcsrepo
apt: https://github.com/puppetlabs/puppetlabs-apt
yumrepo_core: https://github.com/puppetlabs/puppetlabs-yumrepo_core
zypprepo: https://github.com/voxpupuli/puppet-zypprepo
systemd: https://github.com/voxpupuli/puppet-systemd
icinga: https://github.com/voxpupuli/puppet-icinga
icinga2: https://github.com/voxpupuli/puppet-icinga2
Loading