Index: modules/adblockplus/manifests/init.pp |
diff --git a/modules/adblockplus/manifests/init.pp b/modules/adblockplus/manifests/init.pp |
index 216d239207e7cfaab2b7b18b5debba4de1ff78ce..e782cb9a0a5a5f74eb5a67e45ce2e813cc7aa896 100644 |
--- a/modules/adblockplus/manifests/init.pp |
+++ b/modules/adblockplus/manifests/init.pp |
@@ -45,6 +45,11 @@ class adblockplus ( |
zone => $authority, |
} |
+ # See https://issues.adblockplus.org/ticket/3575#comment:2 |
+ class {'logrotate': |
+ stage => 'runtime', |
+ } |
+ |
# Class['apt'] cannot yet be configured to update on-demand |
class {'apt': |
always_apt_update => ($environment != 'development'), |