SuperTux88's Diaspora Saltstack Formula
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

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