mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
The test
option is only valid for the minion, not the master
This commit is contained in:
parent
cfd82d1631
commit
57df3bf148
@ -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``
|
||||
------------------
|
||||
|
||||
|
@ -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``
|
||||
|
Loading…
Reference in New Issue
Block a user