From 49ed156dd5593a23fb2e337eecf998b5426fc1ef Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Tue, 28 Aug 2018 11:28:03 -0500 Subject: [PATCH] Add enable_gpu_grains to the minion config stub --- conf/minion | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/minion b/conf/minion index 7420713f96a..2a7cf6f98be 100644 --- a/conf/minion +++ b/conf/minion @@ -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