ed3ab22a13
This reverts commit b03831c0b0
.
14 lines
204 B
Plaintext
14 lines
204 B
Plaintext
{% from "salt/map.jinja" import salt_settings with context %}
|
|
|
|
{% if salt_settings.gitfs.gitpython.install_from_source %}
|
|
|
|
GitPython:
|
|
pip.installed
|
|
|
|
{% else %}
|
|
|
|
python-git:
|
|
pkg.installed
|
|
|
|
{% endif %}
|