From 8c1e0583434a7e597ca2e13cf01c4959ab285316 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Thu, 31 Oct 2013 11:23:18 +0100 Subject: [PATCH] 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 --- Modulefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modulefile b/Modulefile index bee3c26..16b6ef2 100644 --- a/Modulefile +++ b/Modulefile @@ -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'