mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Explicitely set file_client on master
Failure to do so will break mine calls from the pillar. Closes #22742
This commit is contained in:
parent
f790f42ed6
commit
5adc96ce7f
1 changed files with 1 additions and 0 deletions
|
@ -438,6 +438,7 @@ DEFAULT_MASTER_OPTS = {
|
|||
'pillar_roots': {
|
||||
'base': [salt.syspaths.BASE_PILLAR_ROOTS_DIR],
|
||||
},
|
||||
'file_client': 'local',
|
||||
'gitfs_remotes': [],
|
||||
'gitfs_mountpoint': '',
|
||||
'gitfs_root': '',
|
||||
|
|
Loading…
Add table
Reference in a new issue