removing extra definition for _DFLT_FQDNS_GRAINS

This commit is contained in:
Gareth J. Greenaway 2020-06-16 11:16:10 -07:00 committed by Daniel Wozniak
parent 5cf2f99ba1
commit a915f91ab7

View file

@ -72,9 +72,8 @@ if salt.utils.platform.is_windows():
# Otherwise, it will not respond to CLI calls
_MASTER_USER = "SYSTEM"
elif salt.utils.platform.is_proxy():
_DFLT_FQDNS_GRAINS = False
_DFLT_IPC_MODE = "ipc"
_DFLT_FQDNS_GRAINS = True
_DFLT_FQDNS_GRAINS = False
_MASTER_TRIES = 1
_MASTER_USER = salt.utils.user.get_user()
else: