Skip to content

Commit 41fb2b7

Browse files
authored
Merge pull request #6 from voxpupuli/fixture
.fixtures.yml: sort modules alphabetically
2 parents c65e3a8 + 0580009 commit 41fb2b7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.fixtures.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
fixtures:
33
repositories:
4-
inifile: 'https://github.com/puppetlabs/puppetlabs-inifile.git'
5-
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
64
apt: 'https://github.com/puppetlabs/puppetlabs-apt.git'
5+
augeas_core: 'https://github.com/puppetlabs/puppetlabs-augeas_core.git'
76
concat: 'https://github.com/puppetlabs/puppetlabs-concat.git'
8-
systemd: 'https://github.com/camptocamp/puppet-systemd.git'
9-
provision: 'https://github.com/puppetlabs/provision.git'
10-
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
11-
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
127
cron_core: 'https://github.com/puppetlabs/puppetlabs-cron_core.git'
13-
yumrepo_core: 'https://github.com/puppetlabs/puppetlabs-yumrepo_core.git'
14-
augeas_core: 'https://github.com/puppetlabs/puppetlabs-augeas_core.git'
15-
postgresql: 'https://github.com/puppetlabs/puppetlabs-postgresql.git'
8+
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
169
firewall: 'https://github.com/puppetlabs/puppetlabs-firewall.git'
17-
postgresql: 'https://github.com/puppetlabs/puppetlabs-postgresql.git'
1810
firewall: 'https://github.com/puppetlabs/puppetlabs-firewall.git'
11+
inifile: 'https://github.com/puppetlabs/puppetlabs-inifile.git'
12+
postgresql: 'https://github.com/puppetlabs/puppetlabs-postgresql.git'
13+
postgresql: 'https://github.com/puppetlabs/puppetlabs-postgresql.git'
14+
provision: 'https://github.com/puppetlabs/provision.git'
15+
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
16+
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
17+
systemd: 'https://github.com/camptocamp/puppet-systemd.git'
18+
yumrepo_core: 'https://github.com/puppetlabs/puppetlabs-yumrepo_core.git'

0 commit comments

Comments
 (0)