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
at the moment, there is no way in the formula to specify from which repository Haproxy package must be installed. The only way is to extend the formula.
I think this is a standard need which can easily be added. I thought about two ways to do it:
first one, simply adding a 'haproxy:fromrepo' pillar and in install.sls check if it exists and use it if it does
I'm not sure anymore what is the best solution. I checked some other formulas and few (if not none) implement this functionality in map.jinja, I don't know if they implement it another way.
Hello,
at the moment, there is no way in the formula to specify from which repository Haproxy package must be installed. The only way is to extend the formula.
I think this is a standard need which can easily be added. I thought about two ways to do it:
I prefer the second one, which I found prettier and cleanier, but I may not be totally partial :)
I would like to know what people think about it.
The text was updated successfully, but these errors were encountered: