Explicitely set file_client on master

Failure to do so will break mine calls from the pillar. Closes #22742
This commit is contained in:
Mike Place 2015-05-04 14:27:41 -06:00
parent f790f42ed6
commit 5adc96ce7f

View file

@ -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': '',