aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2022-07-05 23:49:15 +0300
committerThomas Backlund <tmb@mageia.org>2022-07-05 23:49:15 +0300
commit9548ce7d0c189776b03cb6197fcceb15d14dfaa7 (patch)
tree98c9f12935f76080083e2786bce03284e7799d41
parent7cd18a00a44d5bb34990d8236a6faac6286d7cd3 (diff)
downloadpuppet-9548ce7d0c189776b03cb6197fcceb15d14dfaa7.tar
puppet-9548ce7d0c189776b03cb6197fcceb15d14dfaa7.tar.gz
puppet-9548ce7d0c189776b03cb6197fcceb15d14dfaa7.tar.bz2
puppet-9548ce7d0c189776b03cb6197fcceb15d14dfaa7.tar.xz
puppet-9548ce7d0c189776b03cb6197fcceb15d14dfaa7.zip
apache logrotate: add sharedscripts (mga#29620)
-rw-r--r--modules/apache/templates/logrotate1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/apache/templates/logrotate b/modules/apache/templates/logrotate
index de9ed759..0ae57120 100644
--- a/modules/apache/templates/logrotate
+++ b/modules/apache/templates/logrotate
@@ -8,6 +8,7 @@
<% end %>
missingok
notifempty
+ sharedscripts
compress
postrotate
/bin/systemctl restart httpd.service > /dev/null 2>/dev/null || true