mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-09-17 22:41:14 +02:00
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:
@@ -8,6 +8,7 @@ GitPython:
|
||||
{% else %}
|
||||
|
||||
python-git:
|
||||
pkg.installed
|
||||
pkg.installed:
|
||||
- name: {{ salt_settings['python_git'] }}
|
||||
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user