mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #51006 from dwoz/backport_50855
Let minions try to connect to master indefinitly
This commit is contained in:
commit
b8615e1564
1 changed files with 1 additions and 2 deletions
|
@ -974,9 +974,8 @@ class MinionManager(MinionBase):
|
|||
'''
|
||||
if not self.minions:
|
||||
err = ('Minion unable to successfully connect to '
|
||||
'a Salt Master. Exiting.')
|
||||
'a Salt Master.')
|
||||
log.error(err)
|
||||
raise SaltSystemExit(code=42, msg=err)
|
||||
|
||||
def _spawn_minions(self, timeout=60):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue