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

Unified Diff: modules/statsclient/manifests/init.pp

Issue 5766400081657856: #760 - Make our ssh configuration used automatically for all servers (Closed)
Patch Set: Created July 15, 2014, 11:03 a.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
Index: modules/statsclient/manifests/init.pp
===================================================================
--- a/modules/statsclient/manifests/init.pp
+++ b/modules/statsclient/manifests/init.pp
@@ -19,13 +19,16 @@
source => 'puppet:///modules/private/stats-authorized_keys',
}
- class {'ssh':
- custom_configuration => 'Match User stats
+ concat::fragment {'sshd_user_stats':
+ target => 'sshd_config',
+ content => '
Wladimir Palant 2014/07/15 11:56:47 order => '99'?
+ Match User stats
AllowTcpForwarding no
X11Forwarding no
AllowAgentForwarding no
GatewayPorts no
- ForceCommand (echo $SSH_ORIGINAL_COMMAND | grep -qv /) && cat "/var/log/nginx/$SSH_ORIGINAL_COMMAND"',
+ ForceCommand (echo $SSH_ORIGINAL_COMMAND | grep -qv /) && cat "/var/log/nginx/$SSH_ORIGINAL_COMMAND"
+ '
}
cron {'mirrorstats':
« modules/ssh/templates/sshd_config.erb ('K') | « modules/ssh/templates/sshd_config.erb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld