}, | }, | ||||
}, | }, | ||||
'RedHat': { | 'RedHat': { | ||||
'pygit2': 'python-pygit2', | |||||
'pygit2': salt['grains.filter_by']({ | |||||
'Fedora': 'python2-pygit2', | |||||
'default': 'python-pygit2', | |||||
}, grain='os'), | |||||
'python_git': 'GitPython', | 'python_git': 'GitPython', | ||||
'gitfs': { | 'gitfs': { | ||||
'pygit2': { | 'pygit2': { |