Add support for GitPython and salt-ssh on FreeBSD masters

This change tweaks the GitPython package installation state to support
alternate package names (on FreeBSD, it's called "py27-GitPython").
Also, on FreeBSD salt-ssh is included in the "py27-salt" package by
default, requiring an update to `distro_map`.
This commit is contained in:
Matthew X. Economou
2015-07-14 03:22:28 -04:00
parent 96d820a5a0
commit b03831c0b0
3 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -8,6 +8,7 @@ GitPython:
{% else %}
python-git:
pkg.installed
pkg.installed:
- name: {{ salt_settings['python_git'] }}
{% endif %}