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
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han
modificado 1 ficheros con
0 adiciones y
3 borrados
-
apache/config/file.sls
|
|
@@ -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 }} |