Merge pull request #63555 from garethgreenaway/set_enable_fqdns_grains_false

Set enable_fqdns_grains to be False by default.
This commit is contained in:
Gareth J. Greenaway 2023-02-01 18:05:12 -08:00 committed by GitHub
commit 4ab9abc575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog/63595.changed Normal file
View file

@ -0,0 +1 @@
Set enable_fqdns_grains to be False by default.

View file

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