SuperTux88's Diaspora Saltstack Formula
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

32 Zeilen
728B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. #
  4. # Setup variables using grains['os'] based logic.
  5. # You just need to add the key:values for an `os` that differ
  6. # from `defaults.yaml` + `osarch.yaml` + `os_family.yaml`.
  7. # Only add an `os` which is/will be supported by the formula.
  8. #
  9. # If you do not need to provide defaults via the `os` grain,
  10. # you will need to provide at least an empty dict in this file, e.g.
  11. # osmap: {}
  12. ---
  13. # os_family: Debian
  14. Ubuntu:
  15. dependencies:
  16. - build-essential
  17. - git
  18. - curl
  19. - libcurl4-openssl-dev
  20. - libidn11-dev
  21. - libssl-dev
  22. - libxml2-dev
  23. - libxslt1-dev
  24. - imagemagick
  25. - libmagickwand-dev
  26. - nodejs
  27. - tzdata
  28. - libjemalloc2
  29. # os_family: RedHat
  30. CentOS: {}