mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Add self._running to the ProxyMinion
This commit is contained in:
parent
4d7c696648
commit
47084a4031
@ -1895,6 +1895,7 @@ class ProxyMinion(Minion):
|
||||
Pass in the options dict
|
||||
'''
|
||||
|
||||
self._running = None
|
||||
# Warn if ZMQ < 3.2
|
||||
if HAS_ZMQ and (not(hasattr(zmq, 'zmq_version_info')) or
|
||||
zmq.zmq_version_info() < (3, 2)):
|
||||
@ -1929,6 +1930,7 @@ class ProxyMinion(Minion):
|
||||
self.functions,
|
||||
self.returners)
|
||||
self.grains_cache = self.opts['grains']
|
||||
# self._running = True
|
||||
|
||||
def _prep_mod_opts(self):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user