Browse Source

Merge pull request #393 from Thor77/fix-arch-gitpython

Add missing GitPython-package for Arch
tags/v0.57.0
Niels Abspoel 5 years ago
parent
commit
d2668a03cf
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      salt/map.jinja

+ 1
- 0
salt/map.jinja View File

@@ -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',

Loading…
Cancel
Save