aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2025-07-12 11:12:04 -0700
committerDan Fandrich <danf@mageia.org>2025-07-12 11:12:04 -0700
commit0f732d7021faf1dcaa70300a214bac40e7a989cd (patch)
treec38c137e55a2ad06145cfafa926afbf741731862 /modules/apache
parent04bf2bb041d6c8b626b4e0027d1fea7586cba989 (diff)
downloadpuppet-master.tar
puppet-master.tar.gz
puppet-master.tar.bz2
puppet-master.tar.xz
puppet-master.zip
Reduce number of logs kept on friteuseHEADmaster
The disk just fills up too quickly.
Diffstat (limited to 'modules/apache')
-rw-r--r--modules/apache/templates/logrotate2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apache/templates/logrotate b/modules/apache/templates/logrotate
index 4d90e47e..823989eb 100644
--- a/modules/apache/templates/logrotate
+++ b/modules/apache/templates/logrotate
@@ -4,7 +4,7 @@
daily
<% elsif @hostname == 'friteuse' %>
# The virtual disk is very small so keep log sizes down
- rotate 52
+ rotate 26
weekly
<% elsif @hostname == 'sucuk' %>
rotate 52