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
I have tested the code standalone.sls which means running the salt minion as masterless.
You need to have a minion daemon running to do some mine/reactor stuff.
if you don't need mine/reactor then disabling the minion daemon is an option.
Ahh - I see - if the config asks for the minion to be disabled, there is an implication that is should be running, but not speaking to the master. Thanks for clearing that up! will close issue and PR.
In standalone mode, the code seems to enable the
salt-minion
service ifmaster_type
is defined and set todisabled
:https://github.com/saltstack-formulas/salt-formula/blob/master/salt/standalone.sls#L19-L21
However the salt docs for
master_type
says:https://docs.saltstack.com/en/latest/ref/configuration/minion.html#master-type
Is the logic in
standalone.sls
backwards?The text was updated successfully, but these errors were encountered: