sous-chefs / haproxy

Development repository for the haproxy cookbook
https://supermarket.chef.io/cookbooks/haproxy
Apache License 2.0
158 stars 248 forks source link

haproxy_listen resource should have option param #469

Open eheydrick opened 2 years ago

eheydrick commented 2 years ago

:speaking_head: Foreword

:person_frowning: Problem Statement

The haproxy_listen resource should take an array of option statements like other resources do.

:grey_question: Possible Solution

Add option param to the haproxy_listen resource.

:arrow_heading_up: Describe alternatives you've considered

extra_options can be used but then it's inconsistent between resources.

:heavy_plus_sign: Additional context

I have a PR in the works for this.