Merge pull request #274 from jebas/master

Correction for Fedora packaging.
This commit is contained in:
Rene Jochum 2016-12-26 08:01:44 +01:00 committed by GitHub
commit 6fab0c54c6
1 changed files with 4 additions and 1 deletions

View File

@ -57,7 +57,10 @@ that differ from whats in defaults.yaml
},
},
'RedHat': {
'pygit2': 'python-pygit2',
'pygit2': salt['grains.filter_by']({
'Fedora': 'python2-pygit2',
'default': 'python-pygit2',
}, grain='os'),
'python_git': 'GitPython',
'gitfs': {
'pygit2': {