mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
c62ff6b023
commit
d674369efc
1 changed files with 1 additions and 0 deletions
|
@ -513,6 +513,7 @@ class MinionBase(object):
|
|||
# we need a list of master URIs to fire calls back to.
|
||||
for master in opts['local_masters']:
|
||||
opts['master'] = master
|
||||
opts.update(prep_ip_port(opts))
|
||||
opts['master_uri_list'].append(resolve_dns(opts)['master_uri'])
|
||||
|
||||
while True:
|
||||
|
|
Loading…
Add table
Reference in a new issue