Browse Source

Added fedora.

tags/v0.57.0
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

@@ -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': {

Loading…
Cancel
Save