Saltstack Official Salt Formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {% 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 %}
-
- GitPython:
- pip.installed
-
- {% else %}
-
- python-git:
- pkg.installed:
- - name: {{ salt_settings.python_git }}
-
- {% endif %}
-
- {% endif %}
|