Closed byjg closed 2 years ago
Could definitions be dynamic now that they are basically dictionaries? Basically, is easyhaproxy.definitions necessary still?
Yeah, I thought that too. It becomes unnecessary, but it will involve some refactory. Let me think, 99% sure I'll remove it, I just need to see how to implement it in the code.
I found a way to implement the definitions dynamically. So, there Is no need to use easyhaproxy.definitions
anymore.
This is great! I can probably include this in the next dokku release if this and the other mr are merged this weekend or sometime Monday :)
This PR inverts the label pattern.
we have
easyhaproxy.[property].[definition]
And it will become:
easyhaproxy.[definition].[property]