Saltstack Official Salt Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
2.3KB

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. {%- set py_ver_repr = salt['pillar.get']('salt:py_ver', '') %}
  5. {%- set salt_repo = salt['pillar.get']('salt:repo', 'https://packages.broadcom.com/artifactory') %}
  6. {%- set salt_repo_key_url = salt['pillar.get']('salt:repo_key_url', salt_repo ~ '/api/security/keypair/SaltProjectKey/public') %}
  7. Fedora:
  8. pygit2: python2-pygit2
  9. Amazon:
  10. pkgrepo_name: saltstack-amzn-repo
  11. pkgrepo_humanname: SaltStack repo for Amazon Linux 2
  12. pkgrepo: '{{ salt_repo }}/saltproject-rpm/'
  13. key_url: '{{ salt_repo_key_url }}'
  14. Ubuntu:
  15. pkgrepo: 'deb [signed-by=/etc/apt/keyrings/salt-archive-keyring.pgp arch=amd64] {{ salt_repo }}/saltproject-deb stable main'
  16. pkgrepo_keyring: '{{ salt_repo_key_url }}'
  17. pkgrepo_keyring_hash: sha256=36decef986477acb8ba2a1fc4041bcf9f22229ef6c939d0317c9e36a9d142b34
  18. key_url: '{{ salt_repo_key_url }}'
  19. pygit2: python-pygit2
  20. gitfs:
  21. pygit2:
  22. install_from_source: false
  23. git:
  24. require_state: false
  25. install_from_package: Null
  26. Raspbian:
  27. pkgrepo: 'deb [signed-by=/etc/apt/keyrings/salt-archive-keyring.pgp arch=armhf] {{ salt_repo }}/saltproject-deb stable main'
  28. pkgrepo_keyring: '{{ salt_repo_key_url }}'
  29. SmartOS:
  30. salt_master: salt
  31. salt_minion: salt
  32. salt_syndic: salt
  33. salt_cloud: salt
  34. salt_api: salt
  35. salt_ssh: salt
  36. minion_service: 'salt:minion'
  37. master_service: 'salt:master'
  38. api_service: 'salt:api'
  39. python_dulwich: {{ py_ver_repr or 'py27' }}{{ '-dulwich' }}
  40. gitfs:
  41. dulwich:
  42. install_from_source: false
  43. config_path: /opt/local/etc/salt
  44. master:
  45. gitfs_provider: dulwich
  46. MacOS:
  47. minion_service: com.saltstack.salt.minion
  48. master_service: com.saltstack.salt.master
  49. salt_master_macos_plist_hash: 8435331b2d48ca8f0759f216e5b15ec9171a4216b1441328c732c6906728b7c9
  50. salt_minion_macos_plist_hash: 26b33da12e0d8960ee96b488c8352002c22a377c19bf3df3f986a1e49eca8b20
  51. FreeBSD:
  52. salt_master: py39-salt
  53. salt_minion: py39-salt
  54. salt_syndic: py39-salt
  55. salt_cloud: py39-salt
  56. salt_api: py39-salt
  57. salt_ssh: py39-salt
  58. python_git: py39-gitpython
  59. pygit2: py39-pygit2
  60. python_dulwich: py39-dulwich
  61. # If `osfingermap.yaml` is introduced in the future, perhaps better to move to there,
  62. # since this is probably specific to `OpenBSD-6`
  63. OpenBSD:
  64. python_git: py3-GitPython
  65. python_dulwich: py3-dulwich
  66. Windows:
  67. parallel: false # not supported on windows/cygwin