Add detect to zmq/raet filter

This commit is contained in:
Thomas S Hatch 2016-06-13 16:46:59 -06:00
parent 0c4959bb4a
commit 4ad8a04d3b

View File

@ -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