From 1cf72d85f8142d46f300d512c35303b784865291 Mon Sep 17 00:00:00 2001 From: Matt Willsher Date: Fri, 5 Jun 2015 21:27:01 +0100 Subject: [PATCH] The git command line tool is a requirement of pygit2 --- salt/gitfs/pygit2.sls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/salt/gitfs/pygit2.sls b/salt/gitfs/pygit2.sls index 585a08a..dd7ec61 100644 --- a/salt/gitfs/pygit2.sls +++ b/salt/gitfs/pygit2.sls @@ -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