mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #23344 from cachedout/issue_22742
Explicitely set file_client on master
This commit is contained in:
commit
02658b1e60
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