mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add references to failover parameters in conf
This commit is contained in:
parent
9da96a8b95
commit
f0c9204d8b
1 changed files with 12 additions and 0 deletions
12
conf/minion
12
conf/minion
|
@ -22,6 +22,18 @@
|
|||
# If only one master is listed, this setting is ignored and a warning will be logged.
|
||||
#random_master: False
|
||||
|
||||
# Minions can connect to multiple masters simultaneously (all masters
|
||||
# are "hot"), or can be configured to failover if a master becomes
|
||||
# unavailable. Multiple hot masters are configured by setting this
|
||||
# value to "standard". Failover masters can be requested by setting
|
||||
# to "failover". MAKE SURE TO SET master_alive_interval if you are
|
||||
# using failover.
|
||||
# master_type: standard
|
||||
|
||||
# Poll interval in seconds for checking if the master is still there. Only
|
||||
# respected if master_type above is "failover".
|
||||
# master_alive_interval: 30
|
||||
|
||||
# Set whether the minion should connect to the master via IPv6:
|
||||
#ipv6: False
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue