Merge pull request #51006 from dwoz/backport_50855

Let minions try to connect to master indefinitly
This commit is contained in:
Thomas S Hatch 2018-12-28 14:10:39 -07:00 committed by GitHub
commit b8615e1564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):
'''