Skip to content

Commit

Permalink
Merge pull request #45 from voxpupuli/fixtures
Browse files Browse the repository at this point in the history
.fixtures.yml: Migrate from forge releases to git
  • Loading branch information
bastelfreak committed Feb 17, 2023
2 parents 81f2fdd + 04b03c0 commit ca43047
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# This file can be used to install module dependencies for unit testing
# See https://github.com/puppetlabs/puppetlabs_spec_helper#using-fixtures for details
---
fixtures:
forge_modules:
stdlib: "puppetlabs/stdlib"
docker: "puppetlabs/docker"
apt: "puppetlabs/apt"
yumrepo: "puppetlabs/yumrepo_core"
vcsrepo: "puppetlabs/vcsrepo"
systemd: "puppet/systemd"
rvm: "puppet/rvm"
gnupg: "golja/gnupg"
repositories:
docker: https://github.com/puppetlabs/puppetlabs-docker.git
apt: https://github.com/puppetlabs/puppetlabs-apt.git
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git
vcsrepo: https://github.com/puppetlabs/puppetlabs-vcsrepo.git
rvm: https://github.com/voxpupuli/puppet-rvm.git
systemd: https://github.com/voxpupuli/puppet-systemd.git
yumrepo_core: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git
gnupg: https://github.com/dgolja/golja-gnupg

0 comments on commit ca43047

Please sign in to comment.