0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2024-11-28 00:48:02 +01:00

Allow customizing the GitPython package name.

This commit is contained in:
Matthew X. Economou 2015-07-24 16:31:00 -04:00
parent b477990830
commit ef275bd138

View File

@ -8,6 +8,7 @@ GitPython:
{% else %}
python-git:
pkg.installed
pkg.installed:
- name: {{ salt_settings.python_git }}
{% endif %}