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

Side by Side Diff: hiera/roles/buildserver.yaml

Issue 29633095: #3553 - Include devbuilds rsync user in sshd_config (Closed)
Patch Set: Created Dec. 7, 2017, 4:45 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 | 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 classes: 1 classes:
2 adblockplus::build::server: 2 adblockplus::build::server:
3 3
4 ssh::sshd_configfragments:
5 devbuilds:
6 content: |
7 Match User devbuilds
8 AllowTcpForwarding no
9 X11Forwarding no
10 AllowAgentForwarding no
11 GatewayPorts no
12 ForceCommand rsync --server --sender -vltprz . /home/devbuilds/builds/
13 ensure:
14 "present"
15
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld