Kaynağa Gözat

Merge pull request #274 from jebas/master

Correction for Fedora packaging.
tags/v0.57.0
Rene Jochum 8 yıl önce
ebeveyn
işleme
6fab0c54c6
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. +4
    -1
      salt/map.jinja

+ 4
- 1
salt/map.jinja Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet