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

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

Issue 29340814: Issue 3574 - Inclde postfix, ssh, stdlib from class adblockplus (Closed)
Patch Set: Created April 25, 2016, 6:43 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..c80e73c01d42dfd375072733c96745f69a1c8878 100644
--- a/modules/adblockplus/manifests/init.pp
+++ b/modules/adblockplus/manifests/init.pp
@@ -40,6 +40,10 @@ class adblockplus (
$users = hiera_hash('adblockplus::users', {}),
) {
+ include postfix
+ include ssh
+ include stdlib
+
# See https://issues.adblockplus.org/ticket/3574#comment:8
class {'base':
zone => $authority,
« 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