-
Notifications
You must be signed in to change notification settings - Fork 0
/
Puppetfile
50 lines (43 loc) · 4.06 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
mod 'theforeman/foreman',
:git => 'https://github.com/theforeman/puppet-foreman',
:ref => '17.0.0'
mod 'theforeman/foreman_proxy',
:git => 'https://github.com/theforeman/puppet-foreman_proxy',
:ref => '2af52b188be1e3ca16c47c35d8d78d66509f94b1' # '18.2.0' # cherry-pick 2af52b188be1e3ca16c47c35d8d78d66509f94b1 for almalinux
mod 'theforeman/puppetserver_foreman',
:git => 'https://github.com/theforeman/puppet-puppetserver_foreman',
:ref => '1.0.0'
mod 'theforeman/dhcp', :git => 'https://github.com/theforeman/puppet-dhcp', :ref => '6.2.0'
mod 'theforeman/dns', :git => 'https://github.com/theforeman/puppet-dns', :ref => '8.2.0'
mod 'theforeman/pulpcore', :git => 'https://github.com/theforeman/puppet-pulpcore', :ref => '4.0.1'
mod 'theforeman/puppet', :git => 'https://github.com/eb4x/puppet-puppet', :ref => '15.0.1' # cherry-pick c4f4ccdc8615e1a234744d99ab202800968efe25 for recursive permissions
mod 'theforeman/tftp', :git => 'https://github.com/theforeman/puppet-tftp', :ref => '6.0.0'
mod 'theforeman/git', :git => 'https://github.com/theforeman/puppet-git', :ref => '6.3.0'
mod 'katello/candlepin', :git => 'https://github.com/theforeman/puppet-candlepin', :ref => '11.3.0'
mod 'katello/certs', :git => 'https://github.com/theforeman/puppet-certs', :ref => '12.0.0'
mod 'katello/foreman_proxy_content', :git => 'https://github.com/theforeman/puppet-foreman_proxy_content', :ref => '19.0.0'
mod 'katello/katello', :git => 'https://github.com/theforeman/puppet-katello', :ref => '20.0.0'
mod 'katello/qpid', :git => 'https://github.com/theforeman/puppet-qpid', :ref => '8.0.0'
mod 'apt', :git => 'https://github.com/puppetlabs/puppetlabs-apt', :ref => 'v7.7.1'
mod 'concat', :git => 'https://github.com/puppetlabs/puppetlabs-concat', :ref => 'v6.4.0'
mod 'firewall', :git => 'https://github.com/puppetlabs/puppetlabs-firewall', :ref => '1.8.2'
mod 'inifile', :git => 'https://github.com/puppetlabs/puppetlabs-inifile', :ref => 'v4.4.0'
mod 'postgresql', :git => 'https://github.com/puppetlabs/puppetlabs-postgresql', :ref => 'v6.10.2'
mod 'puppetlabs/apache', :git => 'https://github.com/puppetlabs/puppetlabs-apache', :ref => 'v5.10.0'
mod 'puppetlabs/vcsrepo', :git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo', :ref => 'v5.0.0'
mod 'puppetlabs/xinetd', :git => 'https://github.com/puppetlabs/puppetlabs-xinetd', :ref => 'v3.3.0'
mod 'stdlib', :git => 'https://github.com/puppetlabs/puppetlabs-stdlib', :ref => 'v6.6.0'
mod 'translate', :git => 'https://github.com/puppetlabs/puppetlabs-translate', :ref => 'v2.2.0'
mod 'firewalld', :git => 'https://github.com/voxpupuli/puppet-firewalld', :ref => 'v4.4.0'
mod 'puppet-r10k', :git => 'https://github.com/voxpupuli/puppet-r10k', :ref => 'v10.1.0'
mod 'redis', :git => 'https://github.com/voxpupuli/puppet-redis', :ref => 'v6.1.0'
mod 'selinux', :git => 'https://github.com/voxpupuli/puppet-selinux', :ref => 'v3.4.1'
mod 'trusted_ca', :git => 'https://github.com/voxpupuli/puppet-trusted_ca', :ref => 'v3.1.0'
mod 'voxpupuli/extlib', :git => 'https://github.com/voxpupuli/puppet-extlib', :ref => 'v5.3.0'
mod 'augeasproviders_core', :git => 'https://github.com/hercules-team/augeasproviders_core', :ref => '2.7.0'
mod 'augeasproviders_sysctl', :git => 'https://github.com/hercules-team/augeasproviders_sysctl', :ref => '2.6.2'
mod 'choria/mcollective', :git => 'https://github.com/choria-io/puppet-mcollective', :ref => '0.13.4'
mod 'datacat', :git => 'https://github.com/richardc/puppet-datacat', :ref => '0.6.2'
mod 'libvirt', :git => 'https://github.com/thias/puppet-libvirt', :ref => 'master'
mod 'network', :git => 'https://github.com/eb4x/example42-network', :ref => 'master'
mod 'systemd', :git => 'https://github.com/camptocamp/puppet-systemd', :ref => '2.12.0'