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

Side by Side Diff: modules/filtermaster/templates/sshd_rsync.erb

Issue 29329102: Issue 3091 - Integrate contentblockerlists with Puppet (Closed)
Patch Set: Created Oct. 13, 2015, 4:17 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/filtermaster/manifests/repo_download.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
(Empty)
1 Match User rsync
2 AllowTcpForwarding no
3 X11Forwarding no
4 AllowAgentForwarding no
5 GatewayPorts no
6 ForceCommand rsync --server --sender -vltprz --delete-excluded .<%
7 @repo_downloads.sort.each do |key,repo|
8 (repo['static_files'] or []).each do |name|
9 %> /home/rsync/subscription/<%= key %>/<%= name %><%
10 end
11 end
12 %> /home/rsync/generated/data/
13
OLDNEW
« no previous file with comments | « modules/filtermaster/manifests/repo_download.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld