imjoey / pyhaproxy

Python library to parse haproxy configurations
MIT License
54 stars 21 forks source link

Fix the disorder when rendering out the config blocks #13

Closed imjoey closed 7 years ago

imjoey commented 7 years ago

Fixes #12 . Use list to store the items of config block and keep the orders as the input when rendering out.

BTW: after this change, some APIs are not backward compatible, which are explicitly figured out in readme.