commit
dd731c643a
@ -1,5 +1,7 @@
|
|||||||
{% from "salt/map.jinja" import salt_settings with context %}
|
{% from "salt/map.jinja" import salt_settings with context %}
|
||||||
|
|
||||||
|
{% if 'gitfs' in salt_settings and 'gitpython' in salt_settings.gitfs %}
|
||||||
|
|
||||||
{% if salt_settings.gitfs.gitpython.install_from_source %}
|
{% if salt_settings.gitfs.gitpython.install_from_source %}
|
||||||
|
|
||||||
GitPython:
|
GitPython:
|
||||||
@ -12,3 +14,5 @@ python-git:
|
|||||||
- name: {{ salt_settings.python_git }}
|
- name: {{ salt_settings.python_git }}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
|
@ -71,6 +71,9 @@ that differ from whats in defaults.yaml
|
|||||||
}, grain='os'),
|
}, grain='os'),
|
||||||
'python_git': 'GitPython',
|
'python_git': 'GitPython',
|
||||||
'gitfs': {
|
'gitfs': {
|
||||||
|
'gitpython': {
|
||||||
|
'install_from_source': False,
|
||||||
|
},
|
||||||
'pygit2': {
|
'pygit2': {
|
||||||
'install_from_source': False,
|
'install_from_source': False,
|
||||||
'git': {
|
'git': {
|
||||||
|
Loading…
Reference in New Issue
Block a user