Commit d22fe341 by Ben Patterson

Merge pull request #1709 from edx/benp/s3sync-log-fix

Allow s3sync log dir to be seen by Splunk.
parents b9362da8 b1372b54
...@@ -39,7 +39,7 @@ aws_dirs: ...@@ -39,7 +39,7 @@ aws_dirs:
path: "{{ COMMON_LOG_DIR }}/{{ aws_role_name }}" path: "{{ COMMON_LOG_DIR }}/{{ aws_role_name }}"
owner: "syslog" owner: "syslog"
group: "syslog" group: "syslog"
mode: "0700" mode: "0650"
data: data:
path: "{{ COMMON_DATA_DIR }}/{{ aws_role_name }}" path: "{{ COMMON_DATA_DIR }}/{{ aws_role_name }}"
owner: "root" owner: "root"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment