Open
Description
Describe the Bug
haproxy::globals::sort_options_alphabetic: false is ignored
Expected Behavior
::listen entries not sorted into alphabetical order
Steps to Reproduce
class { '::haproxy::globals':
sort_options_alphabetic => false,
}
- trigger puppet run
- everything gets ordered alphabetically anyways
Environment
- Puppet 7, stdlib9
- Debian 10-12
Additional Context
See PR #586