Saltstack Official Apache 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.

12 lines
304B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=sls
  3. {%- set tplroot = tpldir.split('/')[0] %}
  4. {%- from tplroot ~ "/map.jinja" import apache with context %}
  5. apache-config-logrotate-file-managed:
  6. file.managed:
  7. - name: {{ apache.logrotatedir }}
  8. - makedirs: True
  9. - contents: {{ apache.logrotatecontents }}