Puppet Class: haproxy::globals
- Defined in:
- manifests/globals.pp
Summary
For global configuration options used by all haproxy instances.Overview
8 9 10 11 |
# File 'manifests/globals.pp', line 8
class haproxy::globals (
Boolean $sort_options_alphabetic = true,
) {
}
|