mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add enable_gpu_grains to the minion config stub
This commit is contained in:
parent
d1b7fb449c
commit
49ed156dd5
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue