Saltstack Official Salt Formula
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

1234567891011121314
  1. {% from "salt/map.jinja" import salt_settings with context %}
  2. {% if salt_settings.gitfs.gitpython.install_from_source %}
  3. GitPython:
  4. pip.installed
  5. {% else %}
  6. python-git:
  7. pkg.installed:
  8. - name: {{ salt_settings.python_git }}
  9. {% endif %}