Saltstack Official Salt Formula
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- {% 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 %}
|