SuperTux88's Diaspora Saltstack Formula
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

57 lines
1.3KB

  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. dependencies:
  17. - build-essential
  18. - git
  19. - curl
  20. - libcurl4-openssl-dev
  21. - libidn11-dev
  22. - libssl1.0-dev
  23. - libxml2-dev
  24. - libxslt1-dev
  25. - imagemagick
  26. - libmagickwand-dev
  27. - ghostscript
  28. - nodejs
  29. - tzdata
  30. - libjemalloc1
  31. libjemalloc: /usr/lib/x86_64-linux-gnu/libjemalloc.so.1
  32. # os: Ubuntu
  33. Ubuntu-20.04: {}
  34. Ubuntu-18.04:
  35. dependencies:
  36. - build-essential
  37. - git
  38. - curl
  39. - libcurl4-openssl-dev
  40. - libidn11-dev
  41. - libssl-dev
  42. - libxml2-dev
  43. - libxslt1-dev
  44. - imagemagick
  45. - libmagickwand-dev
  46. - nodejs
  47. - tzdata
  48. - libjemalloc1
  49. libjemalloc: /usr/lib/x86_64-linux-gnu/libjemalloc.so.1
  50. # os: CentOS
  51. CentOS Linux-8: {}
  52. CentOS Linux-7:
  53. postgresql_package: postgresql-devel
  54. libjemalloc: /usr/lib64/libjemalloc.so.1