mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2024-11-28 00:48:02 +01:00
The git command line tool is a requirement of pygit2
This commit is contained in:
parent
8d8371f19d
commit
1cf72d85f8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user