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
As far as I remember, listens was some legacy option and I don't think it's being used anywhere. Correct key is listen which is dict so this is issue with readme.
The example pillar has a variant with a 'listen' and another variant with a 'listens'. The latter is a list, which does not work as https://github.com/salt-formulas/salt-formula-haproxy/blob/master/haproxy/proxy.sls#L65 uses iteritems() which works for a dict, not a list.
The text was updated successfully, but these errors were encountered: