Release v3.21.0 - Add ability to specify HostKey in sshd_config

This commit is contained in:
Garrett Honeycutt 2014-10-21 11:51:23 -04:00
parent 660c69801b
commit 4a05db8ff4
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "ghoneycutt-ssh", "name": "ghoneycutt-ssh",
"version": "3.20.0", "version": "3.21.0",
"author": "ghoneycutt", "author": "ghoneycutt",
"summary": "Manages SSH", "summary": "Manages SSH",
"license": "Apache License, Version 2.0", "license": "Apache License, Version 2.0",