Saltstack Official Logrotate Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
141B

  1. # vim: sw=2 sts=2 ts=2 sw et
  2. {% for onepath in path %}
  3. {{ onepath }}
  4. {%- endfor %}
  5. {
  6. {% for item in data %}
  7. {{ item }}
  8. {%- endfor %}
  9. }