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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hiera/roles/buildserver.yaml
diff --git a/hiera/roles/buildserver.yaml b/hiera/roles/buildserver.yaml
index 3f50f8d19222e27c54008f4bb1d7bb8707a869e9..94adebe05dfaaac084dc5f8d3f0bfaade6ae7a9e 100644
--- a/hiera/roles/buildserver.yaml
+++ b/hiera/roles/buildserver.yaml
@@ -1,3 +1,15 @@
classes:
adblockplus::build::server:
+ssh::sshd_configfragments:
+ devbuilds:
+ content: |
+ Match User devbuilds
+ AllowTcpForwarding no
+ X11Forwarding no
+ AllowAgentForwarding no
+ GatewayPorts no
+ ForceCommand rsync --server --sender -vltprz . /home/devbuilds/builds/
+ ensure:
+ "present"
+
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld