0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2025-02-21 10:12:39 +01:00

Merge pull request #141 from willshersystems/develop

The git command line tool is a requirement of pygit2
This commit is contained in:
Brian Jackson 2015-06-05 16:37:30 -05:00
commit 62a13de7d5

View File

@ -1,5 +1,8 @@
{% from "salt/map.jinja" import salt_settings with context %}
git:
pkg.installed
{% if salt_settings.gitfs.pygit2.install_from_source %}
# we probably don't have a package or it's not a high enough version
# install latest from source/pip