forked from ocf/puppet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Puppetfile
35 lines (32 loc) · 1.95 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
# 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', '1.18.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', '3.3.0'
mod 'puppet-archive', '6.0.1' # Dependency of puppet-prometheus
mod 'puppet-prometheus', '12.2.0'
mod 'puppetlabs-apache', '3.1.0'
mod 'puppetlabs-apt', '6.3.0'
mod 'puppetlabs-concat', '4.2.1'
# Make sure to update alexharvey/firewall_multi version
mod 'puppetlabs-firewall', '2.5.0'
mod 'puppetlabs-hocon', '1.0.0'
mod 'puppetlabs-inifile', '2.2.2' # Dependency of puppetlabs-puppetdb
mod 'puppetlabs-kubernetes', '5.0.0'
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', '2.0.0' # Dependency of puppetlabs-kubernetes