From: Frank Brehm Date: Thu, 12 Apr 2018 11:03:47 +0000 (+0200) Subject: Increasing size of wtmp for logrotating X-Git-Tag: v0.1.0~1332 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=9830259578606748595f7fac886ae4fa520ae653;p=pixelpark%2Fhiera.git Increasing size of wtmp for logrotating --- 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'