2
0

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:
Colin Stubbs 2018-04-01 21:52:29 +10:00 committed by GitHub
parent 275067afcf
commit d40d869883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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