From 57df3bf14811bf11195170a58ac6344c3aca9003 Mon Sep 17 00:00:00 2001 From: Yoram Hekma Date: Thu, 12 Jan 2017 09:13:46 +0100 Subject: [PATCH] The `test` option is only valid for the minion, not the master --- doc/ref/configuration/master.rst | 16 ---------------- doc/ref/configuration/minion.rst | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/doc/ref/configuration/master.rst b/doc/ref/configuration/master.rst index 660f0c9ef4..8f78f53e46 100644 --- a/doc/ref/configuration/master.rst +++ b/doc/ref/configuration/master.rst @@ -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`` ------------------ diff --git a/doc/ref/configuration/minion.rst b/doc/ref/configuration/minion.rst index e39c65b543..e175748590 100644 --- a/doc/ref/configuration/minion.rst +++ b/doc/ref/configuration/minion.rst @@ -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``