Merge pull request #141 from willshersystems/develop
The git command line tool is a requirement of pygit2
This commit is contained in:
commit
62a13de7d5
@ -1,5 +1,8 @@
|
|||||||
{% from "salt/map.jinja" import salt_settings with context %}
|
{% from "salt/map.jinja" import salt_settings with context %}
|
||||||
|
|
||||||
|
git:
|
||||||
|
pkg.installed
|
||||||
|
|
||||||
{% if salt_settings.gitfs.pygit2.install_from_source %}
|
{% if salt_settings.gitfs.pygit2.install_from_source %}
|
||||||
# we probably don't have a package or it's not a high enough version
|
# we probably don't have a package or it's not a high enough version
|
||||||
# install latest from source/pip
|
# install latest from source/pip
|
||||||
|
Loading…
Reference in New Issue
Block a user