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 |
# File 'modules/role/manifests/wmcs/toolforge/elastic7.pp', line 1
class role::wmcs::toolforge::elastic7 {
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
}
|