Saltstack Official UFW 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.

osfingermap.yaml 491B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. # os: Debian
  5. Debian-10: {}
  6. Debian-9: {}
  7. Debian-8:
  8. packages:
  9. - python-ufw
  10. # os: Ubuntu
  11. Ubuntu-20.04: {}
  12. Ubuntu-18.04: {}
  13. Ubuntu-16.04:
  14. packages:
  15. - python-ufw
  16. # os: Fedora
  17. Fedora-32: {}
  18. Fedora-31: {}
  19. # os: CentOS
  20. CentOS Linux-8: {}
  21. CentOS Linux-7: {}
  22. CentOS-6: {}
  23. # os: Amazon
  24. Amazon Linux-2: {}
  25. Amazon Linux AMI-2018: {}
  26. # os: SUSE
  27. Leap-15: {}
  28. # os: FreeBSD
  29. FreeBSD-12: {}
  30. # os: Windows
  31. Windows-8.1: {}
  32. # os: Gentoo
  33. Gentoo-2: {}