forked from Puppet-Finland/puppet-puppetmaster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Puppetfile
65 lines (63 loc) · 2.61 KB
/
Puppetfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#!/usr/bin/env ruby
#^syntax detection
forge 'https://forgeapi.puppetlabs.com'
mod 'theforeman/dhcp',
:git => 'https://github.com/theforeman/puppet-dhcp',
:commit => '28f86453915d507c02f00574f37d3a87b6867a9f'
mod 'theforeman/dns',
:git => 'https://github.com/theforeman/puppet-dns',
:commit => 'ba640cda58d729d7931a74b6dd5d51d557701f68'
mod 'ghoneycutt-dnsclient',
:git => 'https://github.com/ghoneycutt/puppet-module-dnsclient.git',
:ref => 'ee9c47b44d185db70ffc8f4fdefdcaaf7e923d12'
mod 'stahnma-epel', '1.3.0'
mod 'puppetlabs-firewall', '1.12.0'
mod 'theforeman/foreman',
:git => 'https://github.com/theforeman/puppet-foreman',
:commit => '0b6d7232a4beaf042f019673dea4c7687f5e7a71'
mod 'theforeman/foreman_proxy',
:git => 'https://github.com/theforeman/puppet-foreman_proxy',
:commit => 'ca69feb9ce9356bc80cd0a08abe542667481a3ad'
mod 'puppetlabs-gcc',
:git => 'https://github.com/Puppet-Finland/puppetlabs-gcc.git',
:ref => '9df39a91300be42ff583438996ed26b379131eca'
mod 'theforeman/git',
:git => 'https://github.com/theforeman/puppet-git',
:commit => 'c7662b61cf31e45e13f28f7ce6a7a3a1b892cff6'
mod 'chrekh-hosts', '2.3.1'
mod 'puppetfinland-kafo',
:git => 'https://github.com/Puppet-Finland/puppet-kafo.git',
:tag => '1.0.2'
mod 'saz-locales', '2.5.1'
mod 'puppet-make', '2.1.0'
mod 'saz-memcached', '3.3.0'
mod 'puppetlabs/mysql', '5.3.0'
mod 'puppetlabs-ntp', '7.1.1'
mod 'puppetfinland-packetfilter', '2.0.3'
mod 'puppetlabs/postgresql', '5.4.0'
mod 'theforeman/puppet',
:git => 'https://github.com/theforeman/puppet-puppet',
:commit => '73f7fe6cb344b1f00ff15e8779097e55bb0bf274'
mod 'puppetlabs-puppet_authorization', '0.4.0'
mod 'puppet-puppetboard',
:git => 'https://github.com/voxpupuli/puppet-module-puppetboard.git',
:ref => '7bff39638e1078d0b520e2222f068938fe8d9ed6'
mod 'puppetlabs/puppetdb', '6.0.2'
mod 'puppetlabs-puppetserver_gem',
:git => 'https://github.com/Puppet-Finland/puppetlabs-puppetserver_gem.git',
:ref => 'c03720943996eb1269ee914c2dc24686ca37848d'
mod 'puppet-python',
:git => 'https://github.com/voxpupuli/puppet-python',
:ref => '2f16648a91b6c7942b34950a88d7d5a6b386c9b6'
mod 'puppetlabs-reboot', '2.0.0'
mod 'puppetlabs-ruby',
:git => 'https://github.com/Puppet-Finland/puppetlabs-ruby.git',
:ref => 'ac7aae51ae3e49b9d9e2c19397fa964d6aaf505a'
mod 'puppet-selinux', '1.5.2'
mod 'puppetlabs-stdlib', '4.25.1'
mod 'theforeman/tftp',
:git => 'https://github.com/theforeman/puppet-tftp',
:commit => 'df5b665cc7574baeec612d79fc0057a0931fe067'
mod 'saz-timezone', '5.0.2'
mod 'puppetlabs-vcsrepo', '2.3.0'
mod 'puppet-r10k', '6.7.0'