Add minion documentation for enable_gpu_grains

This commit is contained in:
Erik Johnson 2018-08-28 11:40:14 -05:00
parent ea1b53cb6f
commit 7372e9d6e3
No known key found for this signature in database
GPG Key ID: 5E5583C437808F3F

View File

@ -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``