0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2025-01-20 09:44:28 +01:00

[BIGFUX] make pygit2 work with ubuntu xenial

This commit is contained in:
Daniel Krämer 2016-09-13 09:03:06 +02:00
parent a842dbe621
commit 749bf0e863

View File

@ -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/' +