## Describe the Bug haproxy::globals::sort_options_alphabetic: false is ignored ## Expected Behavior ::listen entries not sorted into alphabetical order ## Steps to Reproduce 1. ``` class { '::haproxy::globals': sort_options_alphabetic => false, } ``` 2. trigger puppet run 3. everything gets ordered alphabetically anyways ## Environment - Puppet 7, stdlib9 - Debian 10-12 ## Additional Context See PR https://github.com/puppetlabs/puppetlabs-haproxy/pull/586