mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 09:10:20 +00:00
Update docs
This commit is contained in:
parent
f9737ea019
commit
c1fc63d39a
2 changed files with 5 additions and 3 deletions
|
@ -171,7 +171,8 @@
|
|||
# asynchronously, however, it still adds 5 seconds every time grains are
|
||||
# generated if an IP does not resolve. In Windows grains are regenerated each
|
||||
# time a new process is spawned. Therefore, the default for Windows is `False`.
|
||||
# All other OSes default to `True`
|
||||
# On macOS, FQDN resolution can be very slow, therefore the default for macOS is
|
||||
# `False` as well. All other OSes default to `True`
|
||||
# enable_fqdns_grains: True
|
||||
|
||||
# The minion can take a while to start up when lspci and/or dmidecode is used
|
||||
|
|
|
@ -1109,8 +1109,9 @@ adds 5 seconds every time grains are generated if an IP does not resolve. In Win
|
|||
grains are regenerated each time a new process is spawned. Therefore, the default for
|
||||
Windows is ``False``. In many cases this value does not make sense to include for proxy
|
||||
minions as it will be FQDN for the host running the proxy minion process, so the default
|
||||
for proxy minions is ``False```. All other OSes default to ``True``. This options was
|
||||
added `here <https://github.com/saltstack/salt/pull/55581>`_.
|
||||
for proxy minions is ``False```. On macOS, FQDN resolution can be very slow, therefore
|
||||
the default for macOS is ``False`` as well. All other OSes default to ``True``.
|
||||
This option was added `here <https://github.com/saltstack/salt/pull/55581>`_.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue