소스 검색

Merge pull request #274 from jebas/master

Correction for Fedora packaging.
tags/v0.57.0
Rene Jochum 8 년 전
부모
커밋
6fab0c54c6
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      salt/map.jinja

+ 4
- 1
salt/map.jinja 파일 보기

@@ -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…
취소
저장