Ver código fonte

Added fedora.

master
Jeff Baskin 8 anos atrás
pai
commit
0166cd4097
1 arquivos alterados com 4 adições e 1 exclusões
  1. +4
    -1
      salt/map.jinja

+ 4
- 1
salt/map.jinja Ver arquivo

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

Carregando…
Cancelar
Salvar