Puppet Class: profile::druid::conftool

Defined in:
modules/profile/manifests/druid/conftool.pp

Overview

SPDX-License-Identifier: Apache-2.0 Class: profile::druid::conftool

Add conftool configurations and util scripts to pool/depool services if the Druid cluster is behind a LVS load balancer.



8
9
10
11
12
13
# File 'modules/profile/manifests/druid/conftool.pp', line 8

class profile::druid::conftool {

    include ::profile::conftool::client
    class { 'conftool::scripts': }

}