Przeglądaj źródła

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 lat temu
rodzic
commit
382e053c58
Brak konta powiązanego z adresem e-mail autora
1 zmienionych plików z 0 dodań i 3 usunięć
  1. +0
    -3
      apache/config/file.sls

+ 0
- 3
apache/config/file.sls Wyświetl plik

@@ -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 }}

Ładowanie…
Anuluj
Zapisz