From 845ab92d362861c834ad3f01fa4d0919ef14a55e Mon Sep 17 00:00:00 2001 From: Masaya-A <68965261+Masaya-A@users.noreply.github.com> Date: Thu, 21 Jan 2021 09:30:34 +0900 Subject: [PATCH] To make log rotation working --- salt/influxdb/init.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/influxdb/init.sls b/salt/influxdb/init.sls index 9dc7ee692..e6313a2d8 100644 --- a/salt/influxdb/init.sls +++ b/salt/influxdb/init.sls @@ -19,7 +19,7 @@ influxconfdir: influxlogdir: file.directory: - name: /opt/so/log/influxdb - - dir_mode: 775 + - dir_mode: 755 - user: 939 - group: 939 - makedirs: True @@ -67,4 +67,4 @@ influxdb_state_not_allowed: test.fail_without_changes: - name: influxdb_state_not_allowed -{% endif %} \ No newline at end of file +{% endif %}