Puppet Class: haproxy::globals

Defined in:
manifests/globals.pp

Summary

For global configuration options used by all haproxy instances.

Overview

Parameters:

  • sort_options_alphabetic (Boolean) (defaults to: true)

    Sort options either alphabetic or custom like haproxy internal sorts them. Defaults to true.



8
9
10
11
# File 'manifests/globals.pp', line 8

class haproxy::globals (
  Boolean $sort_options_alphabetic = true,
) {
}