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

Unified Diff: manifests/site.pp

Issue 29784619: #11294 - Apply workaround for broken pip package in Debian "jessie" (Closed)
Patch Set: Created May 18, 2018, 12:28 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/adblockplus/manifests/legacy.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifests/site.pp
diff --git a/manifests/site.pp b/manifests/site.pp
index 30e2d06ad0da95e76f49dfd37af75b463fb0a989..4d0306daf8917ab73e55123e43d28ae5f1b4cc44 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1,3 +1,5 @@
+include adblockplus::legacy
+
Cron {
environment => hiera('cron::environment', []),
}
@@ -14,4 +16,3 @@ File {
class {'apt':
always_apt_update => ($environment != 'development'),
}
-
f.lopez 2018/05/18 01:28:48 please don't introduce unrelated changes
« no previous file with comments | « no previous file | modules/adblockplus/manifests/legacy.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld