Explorar el Código

Use logrotatecontents from osfamilymap

pull/375/head
l00d3r hace 3 años
padre
commit
b1029db0db
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 1 adiciones y 21 borrados
  1. +1
    -21
      apache/config/logrotate.sls

+ 1
- 21
apache/config/logrotate.sls Ver fichero

@@ -8,24 +8,4 @@ apache-config-logrotate-file-managed:
file.managed:
- name: {{ apache.logrotatedir }}
- makedirs: True
- contents: |
{{ apache.logdir }}/*.log {
daily
missingok
rotate 14
compress
delaycompress
notifempty
create 640 root adm
sharedscripts
postrotate
if /etc/init.d/{{ apache.service.name }} status >/dev/null; then \
/etc/init.d/{{ apache.service.name }} reload >/dev/null; \
fi;
endscript
prerotate
if [ -d /etc/logrotate.d/httpd-prerotate ]; then \
run-parts /etc/logrotate.d/httpd-prerotate; \
fi; \
endscript
}
- contents: {{ apache.logrotatecontents }}

Cargando…
Cancelar
Guardar