Skip to content

Commit 818a767

Browse files
authored
Merge pull request Puppet-Finland#47 from mattock/sort_puppetfile
Sort Puppetfile by class name
2 parents e2e0c3b + 2d0e4d2 commit 818a767

File tree

1 file changed

+42
-53
lines changed

1 file changed

+42
-53
lines changed

Puppetfile

Lines changed: 42 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -3,73 +3,62 @@
33

44
forge 'https://forgeapi.puppetlabs.com'
55

6-
mod 'puppetfinland-packetfilter', '2.0.3'
7-
8-
mod 'puppetfinland-kafo',
9-
:git => 'https://github.com/Puppet-Finland/puppet-kafo.git',
10-
:tag => '1.0.2'
11-
12-
mod 'puppetlabs-stdlib', '4.25.1'
13-
14-
# Modules used in profiles
15-
mod 'puppetlabs-ntp', '7.1.1'
16-
mod 'chrekh-hosts', '2.3.1'
17-
mod 'saz-timezone', '5.0.2'
18-
mod 'puppetlabs-puppet_authorization', '0.4.0'
19-
mod 'stahnma-epel', '1.3.0'
6+
mod 'theforeman/dhcp',
7+
:git => 'https://github.com/theforeman/puppet-dhcp',
8+
:commit => '28f86453915d507c02f00574f37d3a87b6867a9f'
9+
mod 'theforeman/dns',
10+
:git => 'https://github.com/theforeman/puppet-dns',
11+
:commit => 'ba640cda58d729d7931a74b6dd5d51d557701f68'
2012
mod 'ghoneycutt-dnsclient',
2113
:git => 'https://github.com/ghoneycutt/puppet-module-dnsclient.git',
2214
:ref => 'ee9c47b44d185db70ffc8f4fdefdcaaf7e923d12'
23-
mod 'saz-locales', '2.5.1'
24-
mod 'puppetlabs-puppetserver_gem',
25-
:git => 'https://github.com/Puppet-Finland/puppetlabs-puppetserver_gem.git',
26-
:ref => 'c03720943996eb1269ee914c2dc24686ca37848d'
27-
mod 'puppetlabs-vcsrepo', '2.3.0'
15+
mod 'stahnma-epel', '1.3.0'
2816
mod 'puppetlabs-firewall', '1.12.0'
17+
mod 'theforeman/foreman',
18+
:git => 'https://github.com/theforeman/puppet-foreman',
19+
:commit => '0b6d7232a4beaf042f019673dea4c7687f5e7a71'
20+
mod 'theforeman/foreman_proxy',
21+
:git => 'https://github.com/theforeman/puppet-foreman_proxy',
22+
:commit => 'ca69feb9ce9356bc80cd0a08abe542667481a3ad'
23+
mod 'puppetlabs-gcc',
24+
:git => 'https://github.com/Puppet-Finland/puppetlabs-gcc.git',
25+
:ref => '9df39a91300be42ff583438996ed26b379131eca'
26+
mod 'theforeman/git',
27+
:git => 'https://github.com/theforeman/puppet-git',
28+
:commit => 'c7662b61cf31e45e13f28f7ce6a7a3a1b892cff6'
29+
mod 'chrekh-hosts', '2.3.1'
30+
mod 'puppetfinland-kafo',
31+
:git => 'https://github.com/Puppet-Finland/puppet-kafo.git',
32+
:tag => '1.0.2'
33+
mod 'saz-locales', '2.5.1'
34+
mod 'puppet-make', '2.1.0'
2935
mod 'saz-memcached', '3.3.0'
30-
mod 'puppet-selinux', '1.5.2'
31-
mod 'puppetlabs-reboot', '2.0.0'
36+
mod 'puppetlabs/mysql', '5.3.0'
37+
mod 'puppetlabs-ntp', '7.1.1'
38+
mod 'puppetfinland-packetfilter', '2.0.3'
39+
mod 'puppetlabs/postgresql', '5.4.0'
40+
mod 'theforeman/puppet',
41+
:git => 'https://github.com/theforeman/puppet-puppet',
42+
:commit => '73f7fe6cb344b1f00ff15e8779097e55bb0bf274'
43+
mod 'puppetlabs-puppet_authorization', '0.4.0'
3244
mod 'puppet-puppetboard',
3345
:git => 'https://github.com/voxpupuli/puppet-module-puppetboard.git',
3446
:ref => '7bff39638e1078d0b520e2222f068938fe8d9ed6'
47+
mod 'puppetlabs/puppetdb', '6.0.2'
48+
mod 'puppetlabs-puppetserver_gem',
49+
:git => 'https://github.com/Puppet-Finland/puppetlabs-puppetserver_gem.git',
50+
:ref => 'c03720943996eb1269ee914c2dc24686ca37848d'
3551
mod 'puppet-python',
3652
:git => 'https://github.com/voxpupuli/puppet-python',
3753
:ref => '2f16648a91b6c7942b34950a88d7d5a6b386c9b6'
38-
39-
# Dependencies that would be fetched automatically, but need to be pinned down
40-
# to a specific version
54+
mod 'puppetlabs-reboot', '2.0.0'
4155
mod 'puppetlabs-ruby',
4256
:git => 'https://github.com/Puppet-Finland/puppetlabs-ruby.git',
4357
:ref => 'ac7aae51ae3e49b9d9e2c19397fa964d6aaf505a'
44-
mod 'puppet-make', '2.1.0'
45-
mod 'puppetlabs-gcc',
46-
:git => 'https://github.com/Puppet-Finland/puppetlabs-gcc.git',
47-
:ref => '9df39a91300be42ff583438996ed26b379131eca'
48-
49-
# Foreman deps
50-
mod 'puppetlabs/mysql', '5.3.0'
51-
mod 'puppetlabs/postgresql', '5.4.0'
52-
mod 'puppetlabs/puppetdb', '6.0.2'
53-
mod 'theforeman/dhcp',
54-
:git => 'https://github.com/theforeman/puppet-dhcp',
55-
:commit => '28f86453915d507c02f00574f37d3a87b6867a9f'
56-
mod 'theforeman/dns',
57-
:git => 'https://github.com/theforeman/puppet-dns',
58-
:commit => 'ba640cda58d729d7931a74b6dd5d51d557701f68'
59-
mod 'theforeman/git',
60-
:git => 'https://github.com/theforeman/puppet-git',
61-
:commit => 'c7662b61cf31e45e13f28f7ce6a7a3a1b892cff6'
58+
mod 'puppet-selinux', '1.5.2'
59+
mod 'puppetlabs-stdlib', '4.25.1'
6260
mod 'theforeman/tftp',
6361
:git => 'https://github.com/theforeman/puppet-tftp',
6462
:commit => 'df5b665cc7574baeec612d79fc0057a0931fe067'
65-
66-
# Foreman top-level modules
67-
mod 'theforeman/foreman',
68-
:git => 'https://github.com/theforeman/puppet-foreman',
69-
:commit => '0b6d7232a4beaf042f019673dea4c7687f5e7a71'
70-
mod 'theforeman/foreman_proxy',
71-
:git => 'https://github.com/theforeman/puppet-foreman_proxy',
72-
:commit => 'ca69feb9ce9356bc80cd0a08abe542667481a3ad'
73-
mod 'theforeman/puppet',
74-
:git => 'https://github.com/theforeman/puppet-puppet',
75-
:commit => '73f7fe6cb344b1f00ff15e8779097e55bb0bf274'
63+
mod 'saz-timezone', '5.0.2'
64+
mod 'puppetlabs-vcsrepo', '2.3.0'

0 commit comments

Comments
 (0)