mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Set default Salt Master address for a Syndic (like for a Minion)
This commit is contained in:
parent
ea46639ce7
commit
92a7c7ed1b
@ -1190,7 +1190,7 @@ DEFAULT_MASTER_OPTS = {
|
||||
'ping_on_rotate': False,
|
||||
'peer': {},
|
||||
'preserve_minion_cache': False,
|
||||
'syndic_master': '',
|
||||
'syndic_master': 'salt',
|
||||
'syndic_failover': 'random',
|
||||
'syndic_log_file': os.path.join(salt.syspaths.LOGS_DIR, 'syndic'),
|
||||
'syndic_pidfile': os.path.join(salt.syspaths.PIDFILE_DIR, 'salt-syndic.pid'),
|
||||
|
Loading…
Reference in New Issue
Block a user