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

Side by Side 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.
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 | « no previous file | modules/adblockplus/manifests/sitescripts/repository.pp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # A namespace for sitescripts-related classes and named types, see
2 # http://hub.eyeo.com/issues/5944 for context and background information
3 class adblockplus::sitescripts {
4
5 # http://hub.eyeo.com/issues/5944#note-9
6 $repositories = hiera('adblockplus::sitescripts::repositories', {})
7 ensure_resources('adblockplus::sitescripts::repository', $repositories)
8
9 # http://hub.eyeo.com/issues/5979
10 include sitescripts
11 }
OLDNEW
« 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