mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Stupid typo on my part, flipped the wrong config option.
This commit is contained in:
parent
5aa4691a09
commit
81e8af08b3
@ -351,7 +351,7 @@ DEFAULT_MASTER_OPTS = {
|
||||
'enable_gpu_grains': False,
|
||||
# XXX: Remove 'key_logfile' support in 0.18.0
|
||||
'key_logfile': os.path.join(syspaths.LOGS_DIR, 'key'),
|
||||
'verify_env': False,
|
||||
'verify_env': True,
|
||||
'permissive_pki_access': False,
|
||||
'default_include': 'master.d/*.conf',
|
||||
'win_repo': os.path.join(syspaths.BASE_FILE_ROOTS_DIR, 'win', 'repo'),
|
||||
|
Loading…
Reference in New Issue
Block a user