From 1e6bc974f7def4f852f7e9604173e65f8b4e0ad9 Mon Sep 17 00:00:00 2001 From: ScriptAutomate Date: Fri, 31 Jul 2020 17:06:22 -0500 Subject: [PATCH] Add minion_id_lowercase details to minion conf --- conf/minion | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conf/minion b/conf/minion index 834f4d091b1..5db8ca2ef2d 100644 --- a/conf/minion +++ b/conf/minion @@ -118,6 +118,13 @@ # set this config to ``False``. #minion_id_caching: True +# Convert minion id to lowercase when it is being generated. Helpful when some +# hosts get the minion id in uppercase. Cached ids will remain the same and +# not converted. For example, Windows minions often have uppercase minion +# names when they are set up but not always. To turn on, set this config to +# ``True``. +#minion_id_lowercase: False + # Append a domain to a hostname in the event that it does not exist. This is # useful for systems where socket.getfqdn() does not actually result in a # FQDN (for instance, Solaris).