forked from ocf/puppet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Puppetfile
32 lines (29 loc) · 1.75 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
# Install all third-party modules into the vendor directory
moduledir 'vendor'
# Third-party modules, make sure to check their dependencies and add them here
# too, since r10k does not manage dependencies and you will be confused as to
# why they are not working properly.
mod 'alexharvey/firewall_multi', '1.10.0'
mod 'camptocamp-kmod', '2.3.0' # Dependency of puppetlabs-kubernetes
mod 'camptocamp-systemd', '2.1.0' # Dependency of puppet-prometheus
mod 'herculesteam-augeasproviders_core', '2.4.0' # Dependency of puppetlabs-kubernetes
mod 'herculesteam-augeasproviders_sysctl', '2.3.1' # Dependency of puppetlabs-kubernetes
mod 'puppet-nginx', '0.16.0'
mod 'puppet-archive', '3.2.0' # Dependency of puppet-prometheus
mod 'puppet-prometheus', '6.2.0'
mod 'puppetlabs-apache', '3.1.0'
mod 'puppetlabs-apt', '6.3.0'
mod 'puppetlabs-concat', '4.2.1'
mod 'puppetlabs-firewall', '1.12.0'
mod 'puppetlabs-hocon', '1.0.0'
mod 'puppetlabs-inifile', '2.2.2' # Dependency of puppetlabs-puppetdb
mod 'puppetlabs-kubernetes', '4.0.1'
mod 'puppetlabs-haproxy', '2.2.0'
mod 'puppetlabs-postgresql', '5.4.0' # Dependency of puppetlabs-puppetdb
mod 'puppetlabs-puppet_authorization', '0.4.0'
mod 'puppetlabs-puppetdb', '6.0.2'
mod 'puppetlabs-stdlib', '4.25.1'
mod 'puppetlabs-tagmail', '2.4.0'
mod 'puppetlabs-vcsrepo', '2.3.0'
mod 'thias-sysctl', '1.0.6'
mod 'puppetlabs/translate', '1.1.0' # Dependency of puppetlabs-kubernetes