0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2025-08-03 12:33:52 +02:00
salt-formula/salt/gitfs/gitpython.sls
Brian Jackson ed3ab22a13 Revert "Add support for GitPython and salt-ssh on FreeBSD masters"
This reverts commit b03831c0b05ce3c376ebd150cf436dca2d80f090.
2015-07-20 17:05:56 -05:00

14 lines
204 B
Plaintext

{% from "salt/map.jinja" import salt_settings with context %}
{% if salt_settings.gitfs.gitpython.install_from_source %}
GitPython:
pip.installed
{% else %}
python-git:
pkg.installed
{% endif %}