Fix issues with the syndic not resolving the master when the interface is set

This commit is contained in:
Thomas S Hatch 2015-04-16 16:57:44 -06:00
parent 1fb606ef6b
commit e2db624b37

View File

@ -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