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

Unified Diff: modules/base/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 | « modules/adblockplus/manifests/init.pp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/base/manifests/init.pp
diff --git a/modules/base/manifests/init.pp b/modules/base/manifests/init.pp
index f75b1af90da894fdc7922f001738bc425b3fee25..f30b9523ea31268fc63f02f3ed42bd37291a41f3 100644
--- a/modules/base/manifests/init.pp
+++ b/modules/base/manifests/init.pp
@@ -2,10 +2,6 @@ class base ($zone='adblockplus.org') {
include postfix, ssh, stdlib
- class {'logrotate':
- stage => 'runtime',
- }
-
$servers = hiera('servers')
create_resources(base::explicit_host_record, $servers)
« no previous file with comments | « modules/adblockplus/manifests/init.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld