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:
Gareth J. Greenaway 2021-10-18 11:10:07 -07:00 committed by Megan Wilhite
parent fb825aa760
commit 037fe8a9e7

View file

@ -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",