mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Add minion documentation for enable_gpu_grains
This commit is contained in:
parent
ea1b53cb6f
commit
7372e9d6e3
@ -707,6 +707,22 @@ The directory where Unix sockets will be kept.
|
||||
|
||||
sock_dir: /var/run/salt/minion
|
||||
|
||||
.. conf_minion:: enable_gpu_grains
|
||||
|
||||
``enable_gpu_grains``
|
||||
---------------------
|
||||
|
||||
Default: ``True``
|
||||
|
||||
Enable GPU hardware data for your master. Be aware that the minion can
|
||||
take a while to start up when lspci and/or dmidecode is used to populate the
|
||||
grains for the minion, so this can be set to ``False`` if you do not need these
|
||||
grains.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
enable_gpu_grains: False
|
||||
|
||||
.. conf_minion:: outputter_dirs
|
||||
|
||||
``outputter_dirs``
|
||||
|
Loading…
Reference in New Issue
Block a user