Saltstack Official OpenSSH Formula
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

12345678910111213141516171819
  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. exclude_paths:
  5. # This is actually a Python file
  6. - _pillar/known_hosts_salt_ssh.sls
  7. rules:
  8. 204: # Lines should be no longer that 160 chars
  9. ignore: |
  10. test/salt/pillar/default.sls
  11. skip_list:
  12. # Using `salt-lint` for linting other files as well, such as Jinja macros/templates
  13. - 205 # Use ".sls" as a Salt State file extension
  14. # Skipping `207` and `208` because `210` is sufficient, at least for the time-being
  15. # I.e. Allows 3-digit unquoted codes to still be used, such as `644` and `755`
  16. - 207 # File modes should always be encapsulated in quotation marks
  17. - 208 # File modes should always contain a leading zero
  18. tags: []
  19. verbosity: 1