2
0

Merge pull request #285 from leansalt/archlinux-pygit-libgit2

Arch Linux: install pygit2 or libgit2 via pacman instead of source
This commit is contained in:
Florian Ermisch 2017-01-15 12:03:45 +01:00 committed by GitHub
commit b4d55b80f9

View File

@ -90,6 +90,8 @@ that differ from whats in defaults.yaml
'salt_cloud': 'salt', 'salt_cloud': 'salt',
'salt_api': 'salt', 'salt_api': 'salt',
'salt_ssh': 'salt', 'salt_ssh': 'salt',
'pygit2': 'python2-pygit2',
'libgit2': 'libgit2',
}, },
'Alpine': { 'Alpine': {
'salt_master': 'salt-master', 'salt_master': 'salt-master',