Sfoglia il codice sorgente
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
4 anni fa
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con
0 aggiunte e
3 eliminazioni
-
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 }} |