Skip to content

Commit 5299ffe

Browse files
authored
Merge pull request #151 from voxpupuli/cleanup_fixtures
chore: cleanup .fixtures.yml
2 parents 203f15b + d7aa978 commit 5299ffe

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-
concat: 'https://github.com/puppetlabs/puppetlabs-concat.git'
5-
apache: 'https://github.com/puppetlabs/puppetlabs-apache.git'
6-
archive: 'https://github.com/voxpupuli/puppet-archive.git'
7-
cron_core:
8-
repo: https://github.com/puppetlabs/puppetlabs-cron_core.git
9-
puppet_version: ">= 6.0.0"
4+
apache: https://github.com/puppetlabs/puppetlabs-apache.git
5+
archive: https://github.com/voxpupuli/puppet-archive.git
6+
concat: https://github.com/puppetlabs/puppetlabs-concat.git
7+
cron_core: https://github.com/puppetlabs/puppetlabs-cron_core.git
8+
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git

0 commit comments

Comments
 (0)