mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Propose update to master config file
Per the documentation: http://docs.saltstack.com/en/latest/ref/configuration/master.html#include-configuration the include directive is unset by default. As documented at the top of the master config file: "Values that are commented out but have no space after the comment are defaults that need not be set in the config. If there is a space after the comment that the value is presented as an example and is not the default." Therefore, I propose adding a space after the comment to clarify that this is an example directive and not the default.
This commit is contained in:
parent
f85d4b970a
commit
b65e12e790
1 changed files with 3 additions and 3 deletions
|
@ -186,11 +186,11 @@
|
|||
# option, then the master will log a warning message.
|
||||
#
|
||||
# Include a config file from some other path:
|
||||
#include: /etc/salt/extra_config
|
||||
# include: /etc/salt/extra_config
|
||||
#
|
||||
# Include config from several files and directories:
|
||||
#include:
|
||||
# - /etc/salt/extra_config
|
||||
# include:
|
||||
# - /etc/salt/extra_config
|
||||
|
||||
|
||||
##### Security settings #####
|
||||
|
|
Loading…
Add table
Reference in a new issue