Add modules to install gitfs backend dependencies

Add modules for gitfs dependencies and documentation for how to use them.
This commit is contained in:
Brian Jackson
2015-03-25 21:52:29 -05:00
parent 924c04c0d8
commit 4533cc7d0e
5 changed files with 120 additions and 0 deletions
+13
View File
@@ -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 %}