diff --git a/salt/files/minion.d/f_defaults.conf b/salt/files/minion.d/f_defaults.conf index f582f87..1285be8 100644 --- a/salt/files/minion.d/f_defaults.conf +++ b/salt/files/minion.d/f_defaults.conf @@ -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') }}