mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Fix issues with the syndic not resolving the master when the interface is set
This commit is contained in:
parent
1fb606ef6b
commit
e2db624b37
@ -948,6 +948,7 @@ def syndic_config(master_config_path,
|
||||
'id': minion_opts['id'],
|
||||
'pki_dir': minion_opts['pki_dir'],
|
||||
'master': opts['syndic_master'],
|
||||
'interface': master_opts['interface'],
|
||||
'master_port': int(
|
||||
opts.get(
|
||||
# The user has explicitly defined the syndic master port
|
||||
|
Loading…
Reference in New Issue
Block a user