mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Everything in the sample master config file should be commented out (#35611)
This commit is contained in:
parent
c9070c212f
commit
f7f8221169
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue