Saltstack Official Apache Formula
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

27 rindas
1.3KB

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. exclude_paths:
  5. # Violation: [203] Most files should not contain tabs
  6. # Violation: [204] Lines should be no longer that 160 chars
  7. - apache/files/Debian/apache-2.4.config.jinja # 203
  8. - apache/files/Debian/mpm/mpm_event.conf.jinja # 203
  9. - apache/files/Debian/mpm/mpm_prefork.conf.jinja # 203
  10. - apache/files/Debian/mpm/mpm_worker.conf.jinja # 203
  11. - apache/files/Debian/ssl.conf.jinja # 203,204
  12. - apache/files/FreeBSD/mod_cgi.conf.jinja # 203
  13. - apache/files/FreeBSD/mod_ssl.conf.jinja # 203,204
  14. - apache/files/RedHat/conf.modules.d/00-mpm.conf.jinja # 203
  15. - apache/files/RedHat/modsecurity.conf.jinja # 203
  16. - apache/files/tls-defaults.conf.jinja # 204
  17. - apache/logrotate.sls # 203
  18. skip_list:
  19. # Using `salt-lint` for linting other files as well, such as Jinja macros/templates
  20. - 205 # Use ".sls" as a Salt State file extension
  21. # Skipping `207` and `208` because `210` is sufficient, at least for the time-being
  22. # I.e. Allows 3-digit unquoted codes to still be used, such as `644` and `755`
  23. - 207 # File modes should always be encapsulated in quotation marks
  24. - 208 # File modes should always contain a leading zero
  25. tags: []
  26. verbosity: 1