Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"haproxy::globals::sort_options_alphabetic: false" not effective #587

Open
1u1-sdoering opened this issue Sep 28, 2023 · 2 comments
Open

Comments

@1u1-sdoering
Copy link

1u1-sdoering commented Sep 28, 2023

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,
   }
  1. trigger puppet run
  2. everything gets ordered alphabetically anyways

Environment

  • Puppet 7, stdlib9
  • Debian 10-12

Additional Context

See PR #586

@matejzero
Copy link

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
Copy link
Author

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants