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

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

Issue 29632576: #5944 - Introduce Puppet namespace adblockplus::abpssembly (Closed)
Patch Set: Created Dec. 7, 2017, 1:58 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 | « no previous file | modules/adblockplus/manifests/sitescripts.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/abpssembly.pp
diff --git a/modules/adblockplus/manifests/abpssembly.pp b/modules/adblockplus/manifests/abpssembly.pp
new file mode 100644
index 0000000000000000000000000000000000000000..5f74a3d97d634ded0591c062bf0476280a63dfaf
--- /dev/null
+++ b/modules/adblockplus/manifests/abpssembly.pp
@@ -0,0 +1,10 @@
+# Manage the setup of abpssembly, a fork of sitescripts specific to the
+# Adblock Plus extension builds and similar.
+class adblockplus::abpssembly {
+
+ # http://hub.eyeo.com/issues/5876
+ include nodejs
+
+ # http://hub.eyeo.com/issues/5944
+ ensure_resource('adblockplus::sitescripts::repository', 'abpssembly')
+}
« no previous file with comments | « no previous file | modules/adblockplus/manifests/sitescripts.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld