Saltstack Official PHP Formula
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

51 linhas
968B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. #
  4. # Setup variables using grains['osfinger'] based logic.
  5. # You just need to add the key:values for an `osfinger` that differ
  6. # from `defaults.yaml` + `osarch.yaml` + `os_family.yaml` + `osmap.yaml`.
  7. # Only add an `osfinger` which is/will be supported by the formula.
  8. #
  9. # If you do not need to provide defaults via the `os_finger` grain,
  10. # you will need to provide at least an empty dict in this file, e.g.
  11. # osfingermap: {}
  12. ---
  13. # os: Debian
  14. Debian-10: {}
  15. Debian-9: {}
  16. Debian-8: {}
  17. # os: Ubuntu
  18. Ubuntu-22.04:
  19. pillar_php_version: "8.1"
  20. Ubuntu-20.04:
  21. pillar_php_version: "7.4"
  22. Ubuntu-19.10:
  23. pillar_php_version: "7.3"
  24. Ubuntu-18.04:
  25. pillar_php_version: "7.2"
  26. # os: Fedora
  27. Fedora-31: {}
  28. Fedora-30: {}
  29. # os: CentOS
  30. CentOS Linux-8: {}
  31. CentOS Linux-7: {}
  32. # os: Amazon
  33. Amazon Linux-2: {}
  34. Amazon Linux AMI-2018: {}
  35. # os: SUSE
  36. Leap-15: {}
  37. # os: FreeBSD
  38. FreeBSD-12: {}
  39. # os: Windows
  40. Windows-8.1: {}
  41. # os: Gentoo
  42. Gentoo-2: {}