mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #31242 from rallytime/doc-onfail-change
Document onfail requisite bugfix behavior change
This commit is contained in:
commit
40c03425f2
@ -395,6 +395,14 @@ The ``onfail`` requisite is applied in the same way as ``require`` as ``watch``:
|
||||
- onfail:
|
||||
- mount: primary_mount
|
||||
|
||||
.. note::
|
||||
|
||||
Beginning in the ``Carbon`` release of Salt, ``onfail`` uses OR logic for
|
||||
multiple listed ``onfail`` requisites. Prior to the ``Carbon`` release,
|
||||
``onfail`` used AND logic. See `Issue #22370`_ for more information.
|
||||
|
||||
.. _Issue #22370: https://github.com/saltstack/salt/issues/22370
|
||||
|
||||
onchanges
|
||||
~~~~~~~~~
|
||||
|
||||
|
@ -24,6 +24,7 @@ Grains Changes
|
||||
Functionality Changes
|
||||
=====================
|
||||
|
||||
- The ``onfail`` requisite now uses OR logic instead of AND logic. :issue:`22370`
|
||||
- The consul external pillar now strips leading and trailing whitespace. :issue:`31165`
|
||||
|
||||
Deprecations
|
||||
|
Loading…
Reference in New Issue
Block a user