Explorar el Código

fix(logs): don't change owners of logfiles with salt

The logs are created by apache or logrotate, but salt shouldn't change
permissions of existing logfiles everytime it runs.
tags/v1.0.4
Benjamin Neff hace 4 años
padre
commit
382e053c58
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. +0
    -3
      apache/config/file.sls

+ 0
- 3
apache/config/file.sls Ver fichero

@@ -16,9 +16,6 @@ apache-config-file-directory-logdir:
- name: {{ apache.logdir }}
- user: {{ apache.user }}
- group: {{ apache.group }}
- recurse:
- user
- group
- makedirs: True
- require:
- sls: {{ sls_package_install }}

Cargando…
Cancelar
Guardar