Add os_family default for gitpython on RedHat
salt.gitfs.gitpython.install_from_source == False on RedHat Not sure about other O/S'es as to what default value should be
This commit is contained in:
parent
275067afcf
commit
d40d869883
@ -71,6 +71,9 @@ that differ from whats in defaults.yaml
|
||||
}, grain='os'),
|
||||
'python_git': 'GitPython',
|
||||
'gitfs': {
|
||||
'gitpython': {
|
||||
'install_from_source': False,
|
||||
},
|
||||
'pygit2': {
|
||||
'install_from_source': False,
|
||||
'git': {
|
||||
|
Loading…
Reference in New Issue
Block a user