Sfoglia il codice sorgente

Merge pull request #274 from jebas/master

Correction for Fedora packaging.
tags/v0.57.0
Rene Jochum 8 anni fa
parent
commit
6fab0c54c6
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. +4
    -1
      salt/map.jinja

+ 4
- 1
salt/map.jinja Vedi 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…
Annulla
Salva