0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2026-07-03 06:00:04 +02:00
Paul Tobias 231aa55c98 fix(minion): correct master_failback config option name
`salt/files/minion.d/f_defaults.conf` renders `master_fallback` /
`master_fallback_interval`, but Salt's options are `master_failback` /
`master_failback_interval`. Easy typo to miss — the embedded word should be
`fail`, not `fall`:

    master_fallback   <- template renders this (not a Salt option)
    master_failback   <- Salt's actual option
             ^

With no generic passthrough (only keys with an explicit `get_config` call are
rendered), setting `master_failback` in pillar is silently dropped today; the
correct spelling already appears in this file's comments.

Verify against Salt's source (VALID_OPTS / DEFAULT_MINION_OPTS):
https://github.com/saltstack/salt/blob/v3008.1/salt/config/__init__.py#L151-L154
https://github.com/saltstack/salt/blob/v3008.1/salt/config/__init__.py#L1132-L1133

Typo present since 2017 (edce95f).

Co-authored-by: Claude <noreply@anthropic.com>
2026-06-27 08:57:29 +07:00
..
2018-04-01 21:50:19 +10:00
2020-09-11 20:53:00 +01:00