Merge pull request #38703 from yhekma/docfix

The `test` option is only valid for the minion, not the master
This commit is contained in:
Mike Place 2017-01-15 10:56:22 -07:00 committed by GitHub
commit 0ad5d22ad4
2 changed files with 14 additions and 16 deletions

View File

@ -1317,22 +1317,6 @@ Enable extra routines for YAML renderer used states containing UTF characters.
yaml_utf8: False
.. conf_master:: test
``test``
--------
Default: ``False``
Set all state calls to only test if they are going to actually make changes
or just post what changes are going to be made.
.. code-block:: yaml
test: False
.. conf_master:: runner_returns
``runner_returns``
------------------

View File

@ -1198,6 +1198,20 @@ The default renderer used for local state executions
renderer: yaml_jinja
.. conf_master:: test
``test``
--------
Default: ``False``
Set all state calls to only test if they are going to actually make changes
or just post what changes are going to be made.
.. code-block:: yaml
test: False
.. conf_minion:: state_verbose
``state_verbose``