From cef6285eee4e7cd4f69c41cdbe84a3556a5a1dd6 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sun, 16 Jul 2017 10:46:34 -0700 Subject: [PATCH] logrotate: Fix whitespace in logrotate configuration. --- puppet/zulip/files/logrotate/zulip | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/puppet/zulip/files/logrotate/zulip b/puppet/zulip/files/logrotate/zulip index f491f13256..8988393ae5 100644 --- a/puppet/zulip/files/logrotate/zulip +++ b/puppet/zulip/files/logrotate/zulip @@ -1,17 +1,17 @@ /var/log/zulip/workers.log /var/log/zulip/manage.log { - missingok - rotate 3 - size 25M - compress - delaycompress - notifempty + missingok + rotate 3 + size 25M + compress + delaycompress + notifempty } /var/log/zulip/server.log { - missingok - rotate 10 - size 500M - compress - delaycompress - notifempty + missingok + rotate 10 + size 500M + compress + delaycompress + notifempty }