Added fedora.

This commit is contained in:
Jeff Baskin 2016-12-19 23:29:42 -05:00
parent 13f06a8ae5
commit 0166cd4097
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': {