mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Set default Salt Master address for a Syndic (like for a Minion)
This commit is contained in:
parent
ea46639ce7
commit
92a7c7ed1b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue