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

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

Issue 29366882: Issue 3574 - Refactor Puppet class base into class adblockplus (Closed)
Patch Set: Created Dec. 6, 2016, 10:40 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
Index: modules/adblockplus/manifests/init.pp
===================================================================
--- a/modules/adblockplus/manifests/init.pp
+++ b/modules/adblockplus/manifests/init.pp
@@ -44,11 +44,6 @@
include ssh
include stdlib
- # See https://issues.adblockplus.org/ticket/3574#comment:8
- class {'base':
- zone => $authority,
- }
-
# See https://issues.adblockplus.org/ticket/3575#comment:2
class {'logrotate':
stage => 'runtime',

Powered by Google App Engine
This is Rietveld