From 10ec39fe8d0342bcde9e051f1fb9bdca0cf45eb4 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 28 Jun 2018 16:42:06 +0200 Subject: [PATCH] Bugfixing --- customer/mbvd-cdb/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/mbvd-cdb/common.yaml b/customer/mbvd-cdb/common.yaml index d7dff325..d36bdd3e 100644 --- a/customer/mbvd-cdb/common.yaml +++ b/customer/mbvd-cdb/common.yaml @@ -57,7 +57,7 @@ infra::profile::logrotate::rules: rotate_every: 'day' missingok: true rotate: 20 - size: '+1M' + minsize: '1M' dateext: true compress: true delaycompress: true -- 2.39.5