mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Set set_enable_fqdns_grains to be False by default.
This commit is contained in:
parent
b59884b231
commit
939e62ec57
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ elif salt.utils.platform.is_proxy():
|
|||
_MASTER_USER = salt.utils.user.get_user()
|
||||
else:
|
||||
_DFLT_IPC_MODE = "ipc"
|
||||
_DFLT_FQDNS_GRAINS = True
|
||||
_DFLT_FQDNS_GRAINS = False
|
||||
_MASTER_TRIES = 1
|
||||
_MASTER_USER = salt.utils.user.get_user()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue