Browse Source

Added fedora.

master
Jeff Baskin 8 years ago
parent
commit
0166cd4097
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      salt/map.jinja

+ 4
- 1
salt/map.jinja View File

}, },
}, },
'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': {

Loading…
Cancel
Save