Skip to content

Commit 749705d

Browse files
authored
Merge pull request #455 from voxpupuli/cleanup_fixtures
chore: cleanup .fixtures.yml
2 parents 6873f11 + c99faf6 commit 749705d

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.fixtures.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1+
---
12
fixtures:
23
repositories:
3-
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
4-
augeasproviders_shellvar: 'https://github.com/voxpupuli/puppet-augeasproviders_shellvar.git'
5-
augeasproviders_core: 'https://github.com/voxpupuli/puppet-augeasproviders_core.git'
6-
systemd: 'https://github.com/voxpupuli/puppet-systemd.git'
7-
epel: 'https://github.com/voxpupuli/puppet-epel.git'
8-
yumrepo_core: 'https://github.com/puppetlabs/puppetlabs-yumrepo_core.git'
9-
augeas_core: 'https://github.com/puppetlabs/puppetlabs-augeas_core.git'
10-
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
11-
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
12-
provision: 'https://github.com/puppetlabs/provision.git'
4+
augeas_core: https://github.com/puppetlabs/puppetlabs-augeas_core.git
5+
augeasproviders_core: https://github.com/voxpupuli/puppet-augeasproviders_core.git
6+
augeasproviders_shellvar: https://github.com/voxpupuli/puppet-augeasproviders_shellvar.git
7+
epel: https://github.com/voxpupuli/puppet-epel.git
8+
facts: https://github.com/puppetlabs/puppetlabs-facts.git
9+
provision: https://github.com/puppetlabs/provision.git
10+
puppet_agent: https://github.com/puppetlabs/puppetlabs-puppet_agent.git
11+
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git
12+
systemd: https://github.com/voxpupuli/puppet-systemd.git
13+
yumrepo_core: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git

0 commit comments

Comments
 (0)