imjoey / pyhaproxy

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

Fix settings starting with server being treat as backend server #26

Closed alisson276 closed 4 years ago

alisson276 commented 4 years ago

This change fix settings like server-state-file and server-state-base global settings be treat as ServerLine.

imjoey commented 4 years ago

@alisson276 Thanks for your contribution. Since there's something wrong with the travis CI configuration, Could you please rebase the code to contain the latest code of CI failure solution? Thank you.

imjoey commented 4 years ago

LGTM. @alisson276 Thank you very much.