2
0

Merge pull request #158 from irtnog/fix-freebsd-gitpython-package

Use the py27-GitPython package when installing GitPython on FreeBSD
This commit is contained in:
Brian Jackson 2015-07-24 15:54:45 -05:00
commit e7e77d40d9
3 changed files with 5 additions and 1 deletions

View File

@ -18,6 +18,8 @@ salt:
salt_api: salt-api
salt_ssh: salt-ssh
python_git: python-git
master:
gitfs_provider: gitpython

View File

@ -8,6 +8,7 @@ GitPython:
{% else %}
python-git:
pkg.installed
pkg.installed:
- name: {{ salt_settings.python_git }}
{% endif %}

View File

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