Saltstack Official Logrotate Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
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. }