Add enable_gpu_grains to the minion config stub

This commit is contained in:
Erik Johnson 2018-08-28 11:28:03 -05:00
parent d1b7fb449c
commit 49ed156dd5
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -148,6 +148,11 @@
# Set the directory used to hold unix sockets.
#sock_dir: /var/run/salt/minion
# The minion can take a while to start up when lspci and/or dmidecode is used
# to populate the grains for the minion. Set this to False if you do not need
# GPU hardware grains for your minion.
# enable_gpu_grains: True
# Set the default outputter used by the salt-call command. The default is
# "nested".
#output: nested