Skip to content

Commit ba1f875

Browse files
authored
Merge pull request #783 from voxpupuli/cleanup_fixtures
chore: cleanup .fixtures.yml
2 parents 518106a + 6fa6cfc commit ba1f875

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.fixtures.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
---
12
fixtures:
23
repositories:
3-
"stdlib": "https://github.com/puppetlabs/puppetlabs-stdlib.git"
4-
"apt": "https://github.com/puppetlabs/puppetlabs-apt.git"
5-
"systemd": "https://github.com/voxpupuli/puppet-systemd.git"
6-
"zypprepo": "https://github.com/voxpupuli/puppet-zypprepo.git"
7-
yumrepo_core:
8-
repo: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git
9-
puppet_version: ">= 6.0.0"
4+
apt: https://github.com/puppetlabs/puppetlabs-apt.git
5+
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git
6+
systemd: https://github.com/voxpupuli/puppet-systemd.git
7+
yumrepo_core: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git
8+
zypprepo: https://github.com/voxpupuli/puppet-zypprepo.git

0 commit comments

Comments
 (0)