2015-03-26 03:52:29 +01:00
|
|
|
{% from "salt/map.jinja" import salt_settings with context %}
|
|
|
|
|
|
|
|
{% if salt_settings.gitfs.gitpython.install_from_source %}
|
|
|
|
|
|
|
|
GitPython:
|
|
|
|
pip.installed
|
|
|
|
|
|
|
|
{% else %}
|
|
|
|
|
|
|
|
python-git:
|
2015-07-14 09:22:28 +02:00
|
|
|
pkg.installed:
|
2015-07-21 00:05:54 +02:00
|
|
|
- name: {{ salt_settings['python_git'] }}
|
2015-03-26 03:52:29 +01:00
|
|
|
|
|
|
|
{% endif %}
|