Commit 4db20f7c by John Jarvis

setting owner and group to syslog for log dir

parent 7348868c
......@@ -27,6 +27,7 @@
path={{ edxapp_log_dir }}/cms
state=directory
owner={{ common_log_user }}
group={{ common_log_user }}
mode=0750
tags:
- deploy
......
......@@ -27,6 +27,7 @@
path={{ edxapp_log_dir }}/lms-preview
state=directory
owner={{ common_log_user }}
group={{ common_log_user }}
mode=0750
tags:
- deploy
......
......@@ -23,7 +23,7 @@
file: >
path={{ edxapp_log_dir }}/lms
state=directory
owner=syslog
owner={{ common_log_user }}
group={{ common_log_user }}
mode=0750
tags:
......
......@@ -26,6 +26,7 @@
path="{{ edxapp_log_dir }}"
state=directory
owner="{{ common_log_user }}"
group="{{ common_log_user }}"
notify: common | restart logrotate
- name: edxapp | create edxapp writable dirs
......
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