OLD | NEW |
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 |
OLD | NEW |