After running salt <my-host> state.apply, further attempts to connect using Salt end up with:
<my-host>:
Minion did not return. [No response]
Problem is that I do not use any firewalling in my setup (we're in internal network already). This formula forces installation of firewalld - and with defaults/adapted settings from example pillars, I end up with non-functional service and no way to recover using saltstack.
Steps to reproduce the bug
Expected behaviour
Settings that allows to disable using firewalld, preferably false by default
-or-
Make sure default firewall settings do not block SaltStack from communicating with minion
Your setup
Formula commit hash / release tag
68f54e4dad0f14a4431ff12d6da981f6ea151575
Versions reports (master & minion)
master:
minion:
Pillar / config used
Bug details
Describe the bug
After running
salt <my-host> state.apply
, further attempts to connect using Salt end up with:Problem is that I do not use any firewalling in my setup (we're in internal network already). This formula forces installation of
firewalld
- and with defaults/adapted settings from example pillars, I end up with non-functional service and no way to recover using saltstack.Steps to reproduce the bug
Expected behaviour
firewalld
, preferablyfalse
by default -or-Attempts to fix the bug