mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Remove extra "connect" kwarg caught by linter
This commit is contained in:
parent
f4d4768a6d
commit
88f3ebd7e9
@ -541,7 +541,7 @@ class MinionBase(object):
|
||||
for master in opts['local_masters']:
|
||||
opts['master'] = master
|
||||
opts.update(prep_ip_port(opts))
|
||||
opts['master_uri_list'].append(resolve_dns(opts, connect=False)['master_uri'])
|
||||
opts['master_uri_list'].append(resolve_dns(opts)['master_uri'])
|
||||
|
||||
while True:
|
||||
if attempts != 0:
|
||||
|
Loading…
Reference in New Issue
Block a user