forked from ocf/puppet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPuppetfile
38 lines (35 loc) · 2.16 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
# 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.16.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', '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'
# Make sure to update alexharvey/firewall_multi version
# TODO: change back once https://github.com/puppetlabs/puppetlabs-firewall/commit/9a4bc6a81cf0cd4a56ba458fadac830a2c4df529 has landed in a release
mod 'puppetlabs-firewall',
:git => 'https://github.com/cg505/puppetlabs-firewall',
:branch => 'random-fully'
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