mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 09:10:20 +00:00
Add minion_id_lowercase details to minion conf
This commit is contained in:
parent
8c3260270d
commit
1e6bc974f7
1 changed files with 7 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Reference in a new issue