Browse Source

The git command line tool is a requirement of pygit2

tags/v0.57.0
Matt Willsher 9 years ago
parent
commit
1cf72d85f8
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      salt/gitfs/pygit2.sls

+ 3
- 0
salt/gitfs/pygit2.sls 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

Loading…
Cancel
Save