From 9830259578606748595f7fac886ae4fa520ae653 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 12 Apr 2018 13:03:47 +0200 Subject: [PATCH] Increasing size of wtmp for logrotating --- common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.yaml b/common.yaml index 2f62bc4a..e4c237f6 100644 --- a/common.yaml +++ b/common.yaml @@ -50,7 +50,7 @@ infra::profile::logrotate::rules: create_mode: '0664' create_owner: 'root' create_group: 'utmp' - minsize: '1M' + minsize: '4M' rotate: 12 btmp: path: '/var/log/btmp' -- 2.39.5