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:
parent
a842dbe621
commit
749bf0e863
@ -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/' +
|
||||
|
Loading…
Reference in New Issue
Block a user