mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typos in configuration templates
This commit is contained in:
parent
43b8d3cdd7
commit
0dc4341a94
2 changed files with 3 additions and 3 deletions
|
@ -147,7 +147,7 @@
|
|||
# syndic servers(s) below it set the "order_masters" setting to True, if this
|
||||
# is a master that will be running a syndic daemon for passthrough the
|
||||
# "syndic_master" setting needs to be set to the location of the master server
|
||||
# to recieve commands from.
|
||||
# to receive commands from.
|
||||
#
|
||||
# Set the order_masters setting to True if this master will command lower
|
||||
# masters' syndic interfaces.
|
||||
|
@ -182,7 +182,7 @@
|
|||
#
|
||||
# Minions can also be allowed to execute runners from the salt master.
|
||||
# Since executing a runner from the minion could be considered a security risk,
|
||||
# it needs to be enabled. This setting functions just like the peer seeting
|
||||
# it needs to be enabled. This setting functions just like the peer setting
|
||||
# except that it opens up runners instead of module functions.
|
||||
#
|
||||
# All peer runner support is turned off by default and must be enabled before
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
#renderer: yaml_jinja
|
||||
#
|
||||
# state_verbose allows for the data returned from the minion to be more
|
||||
# verbose. Normaly only states that fail or states that have changes are
|
||||
# verbose. Normally only states that fail or states that have changes are
|
||||
# returned, but setting state_verbose to True will return all states that
|
||||
# were checked
|
||||
#state_verbose: False
|
||||
|
|
Loading…
Add table
Reference in a new issue