Quellcode durchsuchen
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
tags/v0.57.0
Colin Stubbs
vor 6 Jahren
Ursprung
Commit
d40d869883
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit
3 neuen und
0 gelöschten Zeilen
-
salt/map.jinja
|
|
@@ -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': { |