mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix some documentation inconsistencies
This commit is contained in:
parent
6de9cb9b3c
commit
4064a8cf4c
3 changed files with 4 additions and 4 deletions
|
@ -154,9 +154,9 @@
|
|||
# ping_interval: 90
|
||||
# restart_on_error: True
|
||||
#
|
||||
# Minions wont know master is missing until a ping fails. After the ping fail,
|
||||
# Minions won't know master is missing until a ping fails. After the ping fail,
|
||||
# the minion will attempt authentication and likely fails out and cause a restart.
|
||||
# When the minion restarts it will resolve the Masters IP and attempt to reconnect.
|
||||
# When the minion restarts it will resolve the masters IP and attempt to reconnect.
|
||||
|
||||
|
||||
# If you don't have any problems with syn-floods, don't bother with the
|
||||
|
|
|
@ -93960,7 +93960,7 @@ When we are asked to update (regular interval) lets reap the cache
|
|||
#random_reauth_delay: 60
|
||||
|
||||
|
||||
# If you don\(aqt have any problems with syn\-floods, dont bother with the
|
||||
# If you don\(aqt have any problems with syn\-floods, don\(aqt bother with the
|
||||
# three recon_* settings described below, just leave the defaults!
|
||||
#
|
||||
# The ZeroMQ pull\-socket that binds to the masters publishing interface tries
|
||||
|
|
|
@ -95,7 +95,7 @@ statement) it's purpose is like a mandatory comment.
|
|||
|
||||
You can use ``set_binary_path`` to set the directory which contains the
|
||||
syslog-ng and syslog-ng-ctl binaries. If this directory is in your PATH,
|
||||
you dont't need to use this function.
|
||||
you don't need to use this function.
|
||||
|
||||
Under ``auto_start_or_reload`` you can see a Jinja template. If
|
||||
syslog-ng isn't running it will start it, otherwise reload it. It uses
|
||||
|
|
Loading…
Add table
Reference in a new issue