- {% from "salt/map.jinja" import salt_settings with context %}
-
-
- {% if salt_settings.gitfs.dulwich.install_from_source %}
-
-
- dulwich-deps:
- pkg.installed:
- - pkgs:
- - build-essential
- - python-dev
-
- install-dulwich:
- pip.installed:
- - name: dulwich
-
- {% else %}
-
- python-dulwich:
- pkg.installed:
- - name: {{ salt_settings.python_dulwich }}
-
- {% endif %}
|