 Issue 5766400081657856:
  #760 -  Make our ssh configuration used automatically for all servers  (Closed)
    
  
    Issue 5766400081657856:
  #760 -  Make our ssh configuration used automatically for all servers  (Closed) 
  | 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': |