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

12 行
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 }}