From: Frank Brehm Date: Thu, 28 Jun 2018 15:37:25 +0000 (+0200) Subject: Some changes on logrotating for customer mbvd-cdb X-Git-Tag: v0.1.0~684 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=6c163067ee8e3ab5e52eb0e15d161cec95d1b7b4;p=pixelpark%2Fhiera.git Some changes on logrotating for customer mbvd-cdb --- diff --git a/customer/mbvd-cdb/common.yaml b/customer/mbvd-cdb/common.yaml index 8b582a29..6a7bddd5 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 - minsize: '1M' + minsize: '4M' dateext: true compress: true delaycompress: true @@ -66,6 +66,7 @@ infra::profile::logrotate::rules: httpd: path: - '/var/log/httpd/*log' + rotate: 10 rotate_every: 'day' missingok: true ifempty: false