mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Add default value for gitfs_mountpoint
This commit is contained in:
parent
68dfc708e2
commit
f6cd9288ad
@ -130,6 +130,7 @@ VALID_OPTS = {
|
||||
'keep_jobs': int,
|
||||
'master_roots': dict,
|
||||
'gitfs_remotes': list,
|
||||
'gitfs_mountpoint': str,
|
||||
'gitfs_root': str,
|
||||
'gitfs_base': str,
|
||||
'hgfs_remotes': list,
|
||||
@ -311,6 +312,7 @@ DEFAULT_MASTER_OPTS = {
|
||||
'base': [salt.syspaths.BASE_PILLAR_ROOTS_DIR],
|
||||
},
|
||||
'gitfs_remotes': [],
|
||||
'gitfs_mountpoint': '',
|
||||
'gitfs_root': '',
|
||||
'gitfs_base': 'master',
|
||||
'hgfs_remotes': [],
|
||||
|
Loading…
Reference in New Issue
Block a user