mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-09-18 20:17:55 +02:00
Add modules to install gitfs backend dependencies
Add modules for gitfs dependencies and documentation for how to use them.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{% from "salt/map.jinja" import salt_settings with context %}
|
||||
|
||||
{% if salt_settings.gitfs.gitpython.install_from_source %}
|
||||
|
||||
GitPython:
|
||||
pip.installed
|
||||
|
||||
{% else %}
|
||||
|
||||
python-git:
|
||||
pkg.installed
|
||||
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user