Puppet Class: role::wmcs::toolforge::elastic7

Defined in:
modules/role/manifests/wmcs/toolforge/elastic7.pp

Overview



1
2
3
4
5
6
7
8
9
10
# File 'modules/role/manifests/wmcs/toolforge/elastic7.pp', line 1

class role::wmcs::toolforge::elastic7 {
    system::role { $name: }
    include ::profile::firewall
    include ::profile::toolforge::base
    include ::profile::toolforge::apt_pinning
    include ::profile::elasticsearch::toolforge
    include ::profile::toolforge::elasticsearch::haproxy
    include ::profile::toolforge::elasticsearch::keepalived
    include ::profile::prometheus::haproxy_exporter
}