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.

inspec.yml 654B

feat(yamllint): include for this repo and apply rules throughout * Semi-automated using `ssf-formula` (v0.5.0) * Fix errors shown below: ```bash ufw-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:") pillar.example 1:1 warning missing document start "---" (document-start) 3:12 warning truthy value should be one of [false, true] (truthy) 7:11 warning truthy value should be one of [false, true] (truthy) 12:22 warning truthy value should be one of [false, true] (truthy) 64:13 warning truthy value should be one of [false, true] (truthy) 69:13 warning truthy value should be one of [false, true] (truthy) 77:13 warning truthy value should be one of [false, true] (truthy) 84:14 warning truthy value should be one of [false, true] (truthy) 101:16 warning truthy value should be one of [false, true] (truthy) 106:14 warning truthy value should be one of [false, true] (truthy) 110:13 warning truthy value should be one of [false, true] (truthy) test/salt/pillar/default.sls 1:1 warning missing document start "---" (document-start) 2:12 warning truthy value should be one of [false, true] (truthy) 9:14 warning truthy value should be one of [false, true] (truthy) 12:13 warning truthy value should be one of [false, true] (truthy) 15:13 warning truthy value should be one of [false, true] (truthy) 19:13 warning truthy value should be one of [false, true] (truthy) 25:14 warning truthy value should be one of [false, true] (truthy) 29:13 warning truthy value should be one of [false, true] (truthy) ```
5 years ago
123456789101112131415161718192021222324252627
  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. name: default
  5. title: ufw formula
  6. maintainer: SaltStack Formulas
  7. license: Apache-2.0
  8. summary: Verify that the ufw formula is setup and configured correctly
  9. depends:
  10. - name: share
  11. path: test/integration/share
  12. supports:
  13. - platform-name: debian
  14. - platform-name: ubuntu
  15. - platform-name: centos
  16. - platform-name: fedora
  17. - platform-name: opensuse
  18. - platform-name: suse
  19. - platform-name: freebsd
  20. - platform-name: openbsd
  21. - platform-name: amazon
  22. - platform-name: oracle
  23. - platform-name: arch
  24. - platform-name: gentoo
  25. - platform-name: almalinux
  26. - platform-name: rocky
  27. - platform: windows