Everything in the sample master config file should be commented out (#35611)

This commit is contained in:
Nicole Thomas 2016-08-19 16:05:40 -06:00 committed by GitHub
parent c9070c212f
commit f7f8221169
2 changed files with 3 additions and 3 deletions

View file

@ -86,7 +86,7 @@
# 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.
# 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

View file

@ -346,8 +346,8 @@ Set the default outputter used by the salt command.
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"
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