From ef275bd138aa58e9aa4f7fedc9d842d3c05986eb Mon Sep 17 00:00:00 2001 From: "Matthew X. Economou" Date: Fri, 24 Jul 2015 16:31:00 -0400 Subject: [PATCH] Allow customizing the GitPython package name. --- salt/gitfs/gitpython.sls | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/salt/gitfs/gitpython.sls b/salt/gitfs/gitpython.sls index 7fa09ef..f1a48e6 100644 --- a/salt/gitfs/gitpython.sls +++ b/salt/gitfs/gitpython.sls @@ -8,6 +8,7 @@ GitPython: {% else %} python-git: - pkg.installed + pkg.installed: + - name: {{ salt_settings.python_git }} {% endif %}