-
Notifications
You must be signed in to change notification settings - Fork 71
/
Puppetfile
36 lines (33 loc) · 2 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
# 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.
# firewall_multi version should match with puppetlabs-firewall version
# https://github.com/alexharv074/puppet-firewall_multi#version-compatibility
mod 'alexharvey/firewall_multi', '6.0.0'
mod 'camptocamp-kmod', '2.3.1' # Dependency of puppetlabs-kubernetes
mod 'camptocamp-systemd', '2.1.0' # Dependency of puppet-prometheus
mod 'herculesteam-augeasproviders_core', '2.5.0' # Dependency of puppetlabs-kubernetes
mod 'herculesteam-augeasproviders_sysctl', '2.3.1' # Dependency of puppetlabs-kubernetes
mod 'puppet-nginx', '5.0.0'
mod 'puppet-archive', '6.0.1' # Dependency of puppet-prometheus
mod 'puppet-prometheus', '13.3.0'
mod 'puppet-alternatives', '5.0.0'
mod 'puppetlabs-apache', '10.1.1'
mod 'puppetlabs-apt', '9.1.0'
mod 'puppetlabs-concat', '9.0.0'
# Make sure to update alexharvey/firewall_multi version
mod 'puppetlabs-firewall', '6.0.0'
mod 'puppetlabs-hocon', '1.1.0'
mod 'puppetlabs-inifile', '6.1.0' # Dependency of puppetlabs-puppetdb
mod 'puppetlabs-kubernetes', '5.0.0'
mod 'puppetlabs-haproxy', '7.2.0'
mod 'puppetlabs-postgresql', '9.1.0' # Dependency of puppetlabs-puppetdb
mod 'puppetlabs-puppet_authorization', '0.4.0'
mod 'puppetlabs-puppetdb', '7.13.0'
mod 'puppetlabs-stdlib', '9.4.0'
mod 'puppetlabs-tagmail', '4.1.0'
mod 'puppetlabs-vcsrepo', '6.1.0'
mod 'thias-sysctl', '1.0.6'
mod 'puppetlabs/translate', '2.0.0' # Dependency of puppetlabs-kubernetes