Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/adblockplus/manifests/init.pp

Issue 29340810: Issue 3575 - Include class logrotate from adblockplus instead of base (Closed)
Patch Set: Created April 25, 2016, 6:36 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | modules/base/manifests/init.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'),
« no previous file with comments | « no previous file | modules/base/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld