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

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

Issue 29334668: Issue 3574 - Include Puppet class base with class adblockplus (Closed)
Patch Set: Created Jan. 27, 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
« no previous file with comments | « no previous file | modules/private-stub/hiera/base.yaml » ('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 dba305ce243e0b490b4fa34227929599e5ec595f..e7c123d8f39ca1a6e754332a1de374ab8ca629b4 100644
--- a/modules/adblockplus/manifests/init.pp
+++ b/modules/adblockplus/manifests/init.pp
@@ -24,6 +24,9 @@ class adblockplus (
$users = hiera('adblockplus::users', []),
) {
+ # See https://issues.adblockplus.org/ticket/3574#comment:4
+ include base
+
# Used as internal constant within adblockplus::* resources
$directory = '/var/adblockplus'
« no previous file with comments | « no previous file | modules/private-stub/hiera/base.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld