Puppet Data Type Alias: Haproxy::Action

Defined in:
modules/haproxy/types/action.pp

Overview

SPDX-License-Identifier: Apache-2.0

Alias of

Struct[{
    'context'   => Enum['tcp-request connection', 'http-request', 'http-response'],
    'verb'      => String[1],
    'condition' => Optional[String],  # e.g. "if cache_miss or cache_pass"
    'comment'   => Optional[String],
}]


# File 'modules/haproxy/types/action.pp', line 2