mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removing unneccesary code.
This commit is contained in:
parent
e66dc18805
commit
75f64a602b
1 changed files with 0 additions and 2 deletions
|
@ -163,7 +163,6 @@ def resolve_dns(opts, fallback=True):
|
|||
while True:
|
||||
if retry_dns_count is not None:
|
||||
if retry_dns_count == 0:
|
||||
ret['master_ip'] = '127.0.0.1'
|
||||
raise SaltMasterUnresolvableError
|
||||
retry_dns_count -= 1
|
||||
import salt.log
|
||||
|
@ -995,7 +994,6 @@ class MinionManager(MinionBase):
|
|||
|
||||
self._connect_minion(minion)
|
||||
|
||||
log.error(self.minions)
|
||||
if not self.minions:
|
||||
err = ('Minion unable to successfully connect to '
|
||||
'a Salt Master. Exiting.')
|
||||
|
|
Loading…
Add table
Reference in a new issue