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

Side by Side Diff: modules/adblockplus/manifests/sitescripts.pp

Issue 29632576: #5944 - Introduce Puppet namespace adblockplus::abpssembly (Closed)
Patch Set: Created Dec. 7, 2017, 1:58 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « modules/adblockplus/manifests/abpssembly.pp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # A namespace for sitescripts-related classes and named types, see 1 # A namespace for sitescripts-related classes and named types, see
2 # http://hub.eyeo.com/issues/5944 for context and background information 2 # http://hub.eyeo.com/issues/5944 for context and background information
3 class adblockplus::sitescripts { 3 class adblockplus::sitescripts {
4 4
5 # http://hub.eyeo.com/issues/5944#note-9 5 # http://hub.eyeo.com/issues/5944#note-9
6 $repositories = hiera('adblockplus::sitescripts::repositories', {}) 6 $repositories = hiera('adblockplus::sitescripts::repositories', {})
7 ensure_resources('adblockplus::sitescripts::repository', $repositories) 7 ensure_resources('adblockplus::sitescripts::repository', $repositories)
8 8
9 # http://hub.eyeo.com/issues/5979 9 # http://hub.eyeo.com/issues/5979
10 include sitescripts 10 include ::sitescripts
11 } 11 }
OLDNEW
« no previous file with comments | « modules/adblockplus/manifests/abpssembly.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld