Add failhard to minion conf doc

Refs #15371
This commit is contained in:
Mike Place 2014-08-29 09:39:28 -06:00
parent 0ce6a7e688
commit b2dfdd497f

View file

@ -954,6 +954,22 @@ This can be used to control logging levels more specifically. See also
.. conf_minion:: failhard
``failhard``
------------
Default: ``False``
Set the global failhard flag, this informs all states to stop running states
at the moment a single state fails
.. code-block:: yaml
failhard: False
Include Configuration
=====================