We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The haproxy_listen resource should take an array of option statements like other resources do.
haproxy_listen
option
Add option param to the haproxy_listen resource.
extra_options can be used but then it's inconsistent between resources.
extra_options
I have a PR in the works for this.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
🗣️ Foreword
:person_frowning: Problem Statement
The
haproxy_listen
resource should take an array ofoption
statements like other resources do.❔ Possible Solution
Add
option
param to thehaproxy_listen
resource.extra_options
can be used but then it's inconsistent between resources.➕ Additional context
I have a PR in the works for this.
The text was updated successfully, but these errors were encountered: