mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2025-04-22 12:08:15 +02:00
Add master_type and master_retry_interval to minion config
This commit is contained in:
parent
dcab81866e
commit
09ca116f58
@ -43,6 +43,12 @@ master:
|
||||
# choose a random master
|
||||
{{ get_config('random_master', 'False') }}
|
||||
|
||||
# Set the master type
|
||||
{{ get_config('master_type', 'str') }}
|
||||
|
||||
# Set the master alive interval (if master type set to failover)
|
||||
{{ get_config('master_alive_interval', '30') }}
|
||||
|
||||
# use IPv6
|
||||
{{ get_config('ipv6', 'False') }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user