MEschenbacher's Wireguard 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.

37 líneas
689B

  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. Raspbian: {}
  16. # os_family: RedHat
  17. Fedora: {}
  18. CentOS: {}
  19. Amazon: {}
  20. # os_family: Suse
  21. SUSE:
  22. packages:
  23. - wireguard-tools
  24. # os_family: Gentoo
  25. Funtoo: {}
  26. # os_family: Arch
  27. Manjaro: {}
  28. # os_family: Solaris
  29. SmartOS: {}
  30. default: {}