mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2025-04-16 17:50:26 +00:00
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 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue