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

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

Issue 29632558: #5944 - Introduce Puppet namespace adblockplus::sitescripts (Closed)
Patch Set: Created Dec. 7, 2017, 12:06 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/repository.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/sitescripts.pp
diff --git a/modules/adblockplus/manifests/sitescripts.pp b/modules/adblockplus/manifests/sitescripts.pp
new file mode 100644
index 0000000000000000000000000000000000000000..329a2c9f895e1241c5091d31d83f4c28cf63a299
--- /dev/null
+++ b/modules/adblockplus/manifests/sitescripts.pp
@@ -0,0 +1,11 @@
+# A namespace for sitescripts-related classes and named types, see
+# http://hub.eyeo.com/issues/5944 for context and background information
+class adblockplus::sitescripts {
+
+ # http://hub.eyeo.com/issues/5944#note-9
+ $repositories = hiera('adblockplus::sitescripts::repositories', {})
+ ensure_resources('adblockplus::sitescripts::repository', $repositories)
+
+ # http://hub.eyeo.com/issues/5979
+ include sitescripts
+}
« no previous file with comments | « no previous file | modules/adblockplus/manifests/sitescripts/repository.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld