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

Unified Diff: modules/adblockplus/manifests/build/server.pp

Issue 29633087: #3553 - Draft adblockplus::build::server class (Closed)
Patch Set: Created Dec. 7, 2017, 3:07 p.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/roles/buildserver.yaml ('k') | modules/private-stub/hiera/hosts.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/build/server.pp
diff --git a/modules/adblockplus/manifests/build/server.pp b/modules/adblockplus/manifests/build/server.pp
new file mode 100644
index 0000000000000000000000000000000000000000..c9389cfece712896cb31da37357b26619349f973
--- /dev/null
+++ b/modules/adblockplus/manifests/build/server.pp
@@ -0,0 +1,10 @@
+# A prototype for importing the legacy resources associated with Adblock Plus
+# builds (esp. browser extensions), see http://hub.eyeo.com/issues/3553 --
+class adblockplus::build::server {
+
+ # Order is important here! One can customize the abpssembly repository via
+ # Hiera when including adblockplus::sitescripts, which would conflict with
+ # the implicit defaults when including class adblockplus::abpssembly.
+ include adblockplus::sitescripts
+ include adblockplus::abpssembly
+}
« no previous file with comments | « hiera/roles/buildserver.yaml ('k') | modules/private-stub/hiera/hosts.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld