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

13 行
199B

  1. # vim: sw=2 sts=2 ts=2 sw et
  2. #
  3. # This file is managed by salt. Do not edit by hand.
  4. #
  5. {% for onepath in path %}
  6. {{ onepath }}
  7. {%- endfor %}
  8. {
  9. {%- for item in data %}
  10. {{ item }}
  11. {%- endfor %}
  12. }