Saltstack Official FirewallD Formula
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

36 lines
584B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. #
  4. # Setup variables using grains['osarch'] based logic.
  5. # You just need to add the key:values for an `osarch` that differ
  6. # from `defaults.yaml`.
  7. # Only add an `osarch` which is/will be supported by the formula.
  8. #
  9. # If you do not need to provide defaults via the `osarch` grain,
  10. # you will need to provide at least an empty dict in this file, e.g.
  11. # osarch: {}
  12. ---
  13. amd64:
  14. arch: amd64
  15. x86_64:
  16. arch: amd64
  17. 386:
  18. arch: 386
  19. arm64:
  20. arch: arm64
  21. armv6l:
  22. arch: armv6l
  23. armv7l:
  24. arch: armv7l
  25. ppc64le:
  26. arch: ppc64le
  27. s390x:
  28. arch: s390x