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: For comment 6 Created Dec. 6, 2016, 11:42 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 | « hiera/puppet_node_classifier.rb ('k') | 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
===================================================================
--- a/modules/adblockplus/manifests/init.pp
+++ b/modules/adblockplus/manifests/init.pp
@@ -7,8 +7,7 @@
# === Parameters:
#
# [*authority*]
-# The authorative domain or zone associated with the current environment,
-# similar to the deprecated and soon to be removed $base::zone.
+# The authorative domain or zone associated with the current environment.
#
# [*hosts*]
# A hash of adblockplus::host $name => $parameter items to set up in this
@@ -44,11 +43,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',
« no previous file with comments | « hiera/puppet_node_classifier.rb ('k') | modules/base/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld