From ff34b1f8a456cc2e8155b6060e3dd416d8054082 Mon Sep 17 00:00:00 2001 From: Thor77 Date: Sat, 5 Jan 2019 12:06:54 +0100 Subject: [PATCH] Add missing GitPython-package for Arch --- salt/map.jinja | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/map.jinja b/salt/map.jinja index 2ce570e..ea5bfd7 100644 --- a/salt/map.jinja +++ b/salt/map.jinja @@ -117,6 +117,7 @@ that differ from whats in defaults.yaml 'salt_cloud': 'salt', 'salt_api': 'salt', 'salt_ssh': 'salt', + 'python_git': 'python2-gitpython', 'pygit2': 'python2-pygit2', 'libgit2': 'libgit2', 'pyinotify': 'python2-pyinotify',