mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removing the fileserver_limit_traversal option from the default configuration as this is option is no longer used in code.
This commit is contained in:
parent
fb825aa760
commit
037fe8a9e7
1 changed files with 0 additions and 3 deletions
|
@ -640,7 +640,6 @@ VALID_OPTS = immutabletypes.freeze(
|
|||
"fileserver_backend": list,
|
||||
"fileserver_followsymlinks": bool,
|
||||
"fileserver_ignoresymlinks": bool,
|
||||
"fileserver_limit_traversal": bool,
|
||||
"fileserver_verify_config": bool,
|
||||
# Optionally apply '*' permissioins to any user. By default '*' is a fallback case that is
|
||||
# applied only if the user didn't matched by other matchers.
|
||||
|
@ -1043,7 +1042,6 @@ DEFAULT_MINION_OPTS = immutabletypes.freeze(
|
|||
"top_file_merging_strategy": "merge",
|
||||
"env_order": [],
|
||||
"default_top": "base",
|
||||
"fileserver_limit_traversal": False,
|
||||
"file_recv": False,
|
||||
"file_recv_max_size": 100,
|
||||
"file_ignore_regex": [],
|
||||
|
@ -1422,7 +1420,6 @@ DEFAULT_MASTER_OPTS = immutabletypes.freeze(
|
|||
"fileserver_backend": ["roots"],
|
||||
"fileserver_followsymlinks": True,
|
||||
"fileserver_ignoresymlinks": False,
|
||||
"fileserver_limit_traversal": False,
|
||||
"fileserver_verify_config": True,
|
||||
"max_open_files": 100000,
|
||||
"hash_type": "sha256",
|
||||
|
|
Loading…
Add table
Reference in a new issue