2
0

Merge pull request #160 from irtnog/fix-freebsd-pygit2-package

Use the py27-pygit2 package when installing pygit2 on FreeBSD
This commit is contained in:
puneet kandhari 2015-07-24 16:11:37 -05:00
commit a5923a0df9

View File

@ -50,6 +50,7 @@ that differ from whats in defaults.yaml
'salt_api': 'py27-salt', 'salt_api': 'py27-salt',
'salt_ssh': 'py27-salt', 'salt_ssh': 'py27-salt',
'python_git': 'py27-GitPython', 'python_git': 'py27-GitPython',
'pygit2': 'py27-pygit2',
'config_path': '/usr/local/etc/salt', 'config_path': '/usr/local/etc/salt',
'minion_service': 'salt_minion', 'minion_service': 'salt_minion',
'master_service': 'salt_master', 'master_service': 'salt_master',