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

Side by Side Diff: modules/filtermaster/templates/sitescripts.ini.erb

Issue 29323001: Issue 2836 - Fix regressions from #2814 / #2835 (Closed)
Patch Set: Created July 29, 2015, 6:25 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
OLDNEW
1 [DEFAULT] 1 [DEFAULT]
2 root=/home/rsync/subscription 2 root=/home/rsync/subscription
3 3
4 [subscriptionDownloads] 4 [subscriptionDownloads]
5 <% scope.function_hiera('filtermaster::repo_download', {}).each do |key, hash| - %> 5 <% @repos.each do |key| -%>
6 <%= key %>_repository=%(root)s/<%= key %>
7 <% end -%>
8 <% @repo_downloads.each do |key, hash| -%>
6 <%= hash['alias'] rescue key %>_repository=%(root)s/<%= key %> 9 <%= hash['alias'] rescue key %>_repository=%(root)s/<%= key %>
7 <% end -%> 10 <% end -%>
11 outdir=/home/rsync/generated
OLDNEW
« no previous file with comments | « modules/filtermaster/manifests/init.pp ('k') | modules/private-stub/hiera/roles/filtermasterserver.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld