]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
Some changes on logrotating for customer mbvd-cdb
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 28 Jun 2018 15:37:25 +0000 (17:37 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 28 Jun 2018 15:37:25 +0000 (17:37 +0200)
customer/mbvd-cdb/common.yaml

index 8b582a29677a63b4d5231bf1056baaf61daa1490..6a7bddd57a504a88c412296679642c18fdbd5159 100644 (file)
@@ -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