Add minion_id_lowercase details to minion conf

This commit is contained in:
ScriptAutomate 2020-07-31 17:06:22 -05:00 committed by Daniel Wozniak
parent 8c3260270d
commit 1e6bc974f7

View file

@ -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).