Explorar el Código

[BIGFUX] make pygit2 work with ubuntu xenial

master
Daniel Krämer hace 8 años
padre
commit
749bf0e863
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. +10
    -0
      salt/map.jinja

+ 10
- 0
salt/map.jinja Ver fichero

@@ -126,6 +126,16 @@ that differ from whats in defaults.yaml
'pkgrepo': 'deb http://repo.saltstack.com/apt/' +
salt['grains.get']('os')|lower + '/' + osrelease + '/amd64/latest ' + salt['grains.get']('oscodename') + ' main',
'key_url': 'https://repo.saltstack.com/apt/' + salt['grains.get']('os')|lower + '/' + osrelease + '/amd64/latest/SALTSTACK-GPG-KEY.pub',
'pygit2': 'python-pygit2',
'gitfs': {
'pygit2': {
'install_from_source': False,
'git': {
'require_state': False,
'install_from_package': None,
},
},
},
},
'Raspbian': {
'pkgrepo': 'deb http://repo.saltstack.com/apt/' +

Cargando…
Cancelar
Guardar