Saltstack Official Salt Formula
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

35 lines
434B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. Debian:
  5. py2: 'apt'
  6. py3: 'py3'
  7. RedHat:
  8. py2: 'yum'
  9. py3: 'py3'
  10. Suse: {}
  11. Gentoo: {}
  12. Arch: {}
  13. Alpine: {}
  14. FreeBSD: {}
  15. OpenBSD: {}
  16. # This is *not* used directly with https://repo.saltstack.com
  17. # Rather, this is used with `salt-winrepo-ng`, where the package names are:
  18. # * py2: salt-minion
  19. # * py3: salt-minion-py3
  20. Windows:
  21. py2: ''
  22. py3: '-py3'
  23. MacOS:
  24. py2: 'py2'
  25. py3: 'py3'