mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
parent
8cfe371a5a
commit
4bce452500
@ -960,6 +960,7 @@ class Minion(MinionBase):
|
||||
return True
|
||||
except salt.exceptions.SaltReqTimeoutError:
|
||||
log.info('fire_master failed: master could not be contacted. Request timed out.')
|
||||
return False
|
||||
except Exception:
|
||||
log.info('fire_master failed: {0}'.format(traceback.format_exc()))
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user