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
But if you apply the salt.master state with this value it will generate an invalid configuration file as it will put the string without the quotes in the generated file:
This avoids problems when values are strings containing colons. And it
mimicks what was already done for the salt-minion's configuration file.
Fixessaltstack-formulas#233.
https://docs.saltstack.com/en/latest/ref/configuration/master.html explains that to enable IPv6 you must set the interface option to '::'. So I have put this in pillar:
But if you apply the salt.master state with this value it will generate an invalid configuration file as it will put the string without the quotes in the generated file:
And this breaks the salt master... somehow we must enhance the code which embeds strings in the configuration file to add the required quotes.
The code for the minion does use the "json" output filter which avoids this, we should do the same with the master configuration file.
The text was updated successfully, but these errors were encountered: