From 96872c58320fa5a8adb5178f0d51326b669edd34 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Wed, 2 Apr 2014 11:09:43 +0200 Subject: [PATCH] Release v3.8.0 - Manages ClientAliveCountMax in sshd_config Thanks to mlehner616 for his contribution --- Modulefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modulefile b/Modulefile index 833d5e1..7fb1678 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'ghoneycutt-ssh' -version '3.7.0' +version '3.8.0' source 'git://github.com/ghoneycutt/puppet-module-ssh.git' author 'ghoneycutt' license 'Apache License, Version 2.0'