From 2b758f4cd8c2078bf6f1c52d81d896c2079f45e1 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Fri, 14 Nov 2014 09:18:00 -0800 Subject: [PATCH] Release v3.23.0 - Support MaxStartups and MaxSessions in sshd_config --- Modulefile | 2 +- metadata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modulefile b/Modulefile index 7750e05..83286c7 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'ghoneycutt-ssh' -version '3.22.0' +version '3.23.0' source 'git://github.com/ghoneycutt/puppet-module-ssh.git' author 'ghoneycutt' license 'Apache License, Version 2.0' diff --git a/metadata.json b/metadata.json index 0529f52..9dfe1ea 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "ghoneycutt-ssh", - "version": "3.22.0", + "version": "3.23.0", "author": "ghoneycutt", "summary": "Manages SSH", "license": "Apache License, Version 2.0",