Skip to content

Commit

Permalink
Merge pull request #683 from kenyon/use-main-in-fixtures
Browse files Browse the repository at this point in the history
.fixtures.yml: test with the main branches of modules
  • Loading branch information
mhashizume authored Dec 1, 2023
2 parents bc9ef10 + 359817c commit b831c0c
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
fixtures:
repositories:
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib'
forge_modules:
inifile:
repo: "puppetlabs/inifile"
ref: "5.3.0"
apt:
repo: "puppetlabs/apt"
ref: "9.0.0"
translate:
repo: "puppetlabs/translate"
ref: "1.2.0"
yumrepo_core:
repo: "puppetlabs/yumrepo_core"
facts:
repo: "puppetlabs/facts"
ref: "1.4.0"
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git
apt: https://github.com/puppetlabs/puppetlabs-apt.git
inifile: https://github.com/puppetlabs/puppetlabs-inifile.git
yumrepo_core: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git
facts: https://github.com/puppetlabs/puppetlabs-facts.git

0 comments on commit b831c0c

Please sign in to comment.