mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix "loose" typo (#33290)
This commit is contained in:
parent
b7d98da64d
commit
757ef20a31
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@
|
|||
# Cache the minion id to a file when the minion's id is not statically defined
|
||||
# in the minion config. Defaults to "True". This setting prevents potential
|
||||
# problems when automatic minion id resolution changes, which can cause the
|
||||
# minion to loose connection with the master. To turn off minion id caching,
|
||||
# minion to lose connection with the master. To turn off minion id caching,
|
||||
# set this config to ``False``.
|
||||
#minion_id_caching: True
|
||||
|
||||
|
|
|
@ -279,7 +279,7 @@ Default: ``True``
|
|||
Caches the minion id to a file when the minion's :minion_conf:`id` is not
|
||||
statically defined in the minion config. This setting prevents potential
|
||||
problems when automatic minion id resolution changes, which can cause the
|
||||
minion to loose connection with the master. To turn off minion id caching,
|
||||
minion to lose connection with the master. To turn off minion id caching,
|
||||
set this config to ``False``.
|
||||
|
||||
For more information, please see `Issue #7558`_ and `Pull Request #8488`_.
|
||||
|
|
Loading…
Add table
Reference in a new issue