You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I agree that a programmatic expansion of a YAML tree into the HAProxy style config is preferred, I don't know (as you already suggest) what the impact would be on the output. We'd have to make some sort of CI check for this to see if all the config we want keeps working.
Would it be better to base the jinja template off the keepalived formula? https://github.com/saltstack-formulas/keepalived-formula/blob/master/keepalived/templates/config.jinja
It seems right now that all the options need to be maintained, but you can't easily add any if they are missing.
Problems may arise from certain settings with periods, which will probably need to be maintained. Example:
Are there any foreseeable issues with doing it this way?
The text was updated successfully, but these errors were encountered: