2
0

Arch Linux: install pygit2 or libgit2 via pacman instead of source by default

This commit is contained in:
ek9 2017-01-13 17:03:19 +01:00
parent f58562beeb
commit 8ae39f4700

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',
}, },
'FreeBSD': { 'FreeBSD': {
'salt_master': 'py27-salt', 'salt_master': 'py27-salt',