Kaynağa Gözat

Add Centos logrotate config to logrotate.sls

pull/375/head
l00d3r 3 yıl önce
ebeveyn
işleme
de73752208
İşleme yapanın e-posta adresine bağlı hesap yok
1 değiştirilmiş dosya ile 13 ekleme ve 0 silme
  1. +13
    -0
      apache/config/logrotate.sls

+ 13
- 0
apache/config/logrotate.sls Dosyayı Görüntüle

@@ -8,6 +8,18 @@ apache-config-logrotate-file-managed:
file.managed:
- name: {{ apache.logrotatedir }}
- makedirs: True
{%- if grains.os_family == "RedHat" %}
- contents: |
{{ apache.logdir }}/*log {
missingok
notifempty
sharedscripts
delaycompress
postrotate
/bin/systemctl reload {{ apache.service.name }} > /dev/null 2>/dev/null || true
endscript
}
{% else %}
- contents: |
{{ apache.logdir }}/*.log {
daily
@@ -29,3 +41,4 @@ apache-config-logrotate-file-managed:
fi; \
endscript
}
{% endif %}

Yükleniyor…
İptal
Kaydet