Release v2.5.0

Ability to manage more options in the ssh_config and sshd_config files.

ssh_config
* SendEnv XMODIFIERS

sshd_config
* SendEnv XMODIFIERS
* PasswordAuthentication
* AllowTcpForwarding
* X11Forwarding
* UsePAM
* ClientAliveInterval
This commit is contained in:
Garrett Honeycutt 2013-10-31 11:23:18 +01:00
parent 7e093265e2
commit 8c1e058343

View File

@ -1,5 +1,5 @@
name 'ghoneycutt-ssh'
version '2.4.0'
version '2.5.0'
source 'git://github.com/ghoneycutt/puppet-module-ssh.git'
author 'ghoneycutt'
license 'Apache License, Version 2.0'