mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Add detect to zmq/raet filter
This commit is contained in:
parent
0c4959bb4a
commit
4ad8a04d3b
@ -311,7 +311,7 @@ class Minion(parsers.MinionOptionParser, DaemonsMixin): # pylint: disable=no-in
|
|||||||
self.shutdown(1)
|
self.shutdown(1)
|
||||||
|
|
||||||
# TODO: AIO core is separate from transport
|
# TODO: AIO core is separate from transport
|
||||||
if self.config['transport'].lower() in ('zeromq', 'tcp'):
|
if self.config['transport'].lower() in ('zeromq', 'tcp', 'detect'):
|
||||||
# Late import so logging works correctly
|
# Late import so logging works correctly
|
||||||
import salt.minion
|
import salt.minion
|
||||||
# If the minion key has not been accepted, then Salt enters a loop
|
# If the minion key has not been accepted, then Salt enters a loop
|
||||||
|
Loading…
Reference in New Issue
Block a user