Puppet Class: haproxykafka

Defined in:
modules/haproxykafka/manifests/init.pp

Overview

SPDX-License-Identifier: Apache-2.0

Class: haproxykafka

Parameters:

  • ensure (Wmflib::Ensure) (defaults to: absent)


4
5
6
7
# File 'modules/haproxykafka/manifests/init.pp', line 4

class haproxykafka (
    Wmflib::Ensure $ensure = absent,
) {
}