mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-06-30 09:07:14 +02:00
Merge pull request #590 from propertyguru/fix-master-failback-typo
fix(minion): correct master_failback config option name
This commit is contained in:
commit
5458145555
@ -100,12 +100,12 @@ proxy_password: {{ cfg_minion['proxy_password'] }}
|
||||
# If the minion is in multi-master mode and the master_type configuration option
|
||||
# is set to "failover", this setting can be set to "True" to force the minion
|
||||
# to fail back to the first master in the list if the first master is back online.
|
||||
{{ get_config('master_fallback', 'False') }}
|
||||
{{ get_config('master_failback', 'False') }}
|
||||
|
||||
# If the minion is in multi-master mode, the "master_type" configuration is set to
|
||||
# "failover", and the "master_failback" option is enabled, the master failback
|
||||
# interval can be set to ping the top master with this interval, in seconds.
|
||||
{{ get_config('master_fallback_interval', '0') }}
|
||||
{{ get_config('master_failback_interval', '0') }}
|
||||
|
||||
# Set whether the minion should connect to the master via IPv6:
|
||||
{{ get_config('ipv6', 'False') }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user