mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
removing extra definition for _DFLT_FQDNS_GRAINS
This commit is contained in:
parent
5cf2f99ba1
commit
a915f91ab7
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue