2
0

The git command line tool is a requirement of pygit2

This commit is contained in:
Matt Willsher 2015-06-05 21:27:01 +01:00
parent 8d8371f19d
commit 1cf72d85f8

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