Skip to content

Commit b831c0c

Browse files
authored
Merge pull request #683 from kenyon/use-main-in-fixtures
.fixtures.yml: test with the main branches of modules
2 parents bc9ef10 + 359817c commit b831c0c

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

.fixtures.yml

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
fixtures:
22
repositories:
3-
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib'
4-
forge_modules:
5-
inifile:
6-
repo: "puppetlabs/inifile"
7-
ref: "5.3.0"
8-
apt:
9-
repo: "puppetlabs/apt"
10-
ref: "9.0.0"
11-
translate:
12-
repo: "puppetlabs/translate"
13-
ref: "1.2.0"
14-
yumrepo_core:
15-
repo: "puppetlabs/yumrepo_core"
16-
facts:
17-
repo: "puppetlabs/facts"
18-
ref: "1.4.0"
3+
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git
4+
apt: https://github.com/puppetlabs/puppetlabs-apt.git
5+
inifile: https://github.com/puppetlabs/puppetlabs-inifile.git
6+
yumrepo_core: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git
7+
facts: https://github.com/puppetlabs/puppetlabs-facts.git

0 commit comments

Comments
 (0)