Saltstack Official FirewallD Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 satır
847B

  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. Debian-8: {}
  17. # os: Ubuntu
  18. Ubuntu-18.04: {}
  19. Ubuntu-16.04: {}
  20. # os: Fedora
  21. Fedora-31: {}
  22. Fedora-30: {}
  23. # os: CentOS
  24. CentOS Linux-8: {}
  25. CentOS Linux-7: {}
  26. CentOS-6: {}
  27. # os: Amazon
  28. Amazon Linux-2: {}
  29. Amazon Linux AMI-2018: {}
  30. # os: SUSE
  31. Leap-15: {}
  32. # os: FreeBSD
  33. FreeBSD-12: {}
  34. # os: Windows
  35. Windows-8.1: {}
  36. # os: Gentoo
  37. Gentoo-2: {}