Saltstack Official Chrony Formula
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

14 行
530B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. exclude_paths: []
  5. skip_list:
  6. # Using `salt-lint` for linting other files as well, such as Jinja macros/templates
  7. - 205 # Use ".sls" as a Salt State file extension
  8. # Skipping `207` and `208` because `210` is sufficient, at least for the time-being
  9. # I.e. Allows 3-digit unquoted codes to still be used, such as `644` and `755`
  10. - 207 # File modes should always be encapsulated in quotation marks
  11. - 208 # File modes should always contain a leading zero
  12. tags: []
  13. verbosity: 1