Add output_file option to master config docs

Fixes #34703
This commit is contained in:
rallytime 2016-07-16 12:45:55 -06:00
parent 08d00f3a61
commit 9c803d05a5
2 changed files with 20 additions and 0 deletions

View file

@ -84,6 +84,11 @@
# Set the default outputter used by the salt command. The default is "nested".
#output: nested
# Set the default output file used by the salt command. Default is to output
# to the CLI and not to a file. Functions the same way as the "--out-file"
CLI option, only sets this to a single file for all salt commands.
#output_file: None
# Return minions that timeout when running commands like test.ping
#show_timeout: True

View file

@ -339,6 +339,21 @@ Default: ``nested``
Set the default outputter used by the salt command.
.. conf_master:: output_file
``output_file``
---------------
Default: None
# Set the default output file used by the salt command. Default is to output
# to the CLI and not to a file. Functions the same way as the "--out-file"
CLI option, only sets this to a single file for all salt commands.
.. code-block:: yaml
output_file: /path/output/file
.. conf_master:: color
``color``