From 4a05db8ff424ae3f09d3a2444ee0733db0b10170 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Tue, 21 Oct 2014 11:51:23 -0400 Subject: [PATCH] Release v3.21.0 - Add ability to specify HostKey in sshd_config --- Modulefile | 2 +- metadata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modulefile b/Modulefile index 06ed75e..c865d0d 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'ghoneycutt-ssh' -version '3.20.0' +version '3.21.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 c7d0b4b..c71b605 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "ghoneycutt-ssh", - "version": "3.20.0", + "version": "3.21.0", "author": "ghoneycutt", "summary": "Manages SSH", "license": "Apache License, Version 2.0",