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
Activity
matejzero commentedon Mar 6, 2024
I was just hit with this bug. Is there any chance to push this? @1u1-sdoering can you sign CLA as it seems like that is a showstopper in CI pipeline?
1u1-sdoering commentedon Mar 25, 2024
Hi @matejzero , I don't think I can sign anything like that without clearing it with legal. Way too much legalese. But the changes are very trivial, I doubt any CLA is necessary to implement them, with or without my PR..