Release v3.55.0

This commit is contained in:
Garrett Honeycutt 2017-09-26 11:47:37 -04:00
parent 3b6789ab56
commit be39600ff8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
### v3.55.0 - 2017-09-26
* Add `ssh::config_entry` defined type to manage `~/.ssh/config`
* Add `config_entries` parameter to ssh class to allow specifying a
hash of multiple entries for `ssh::config_entry`.
### v3.54.0 - 2017-07-24
* Allow sshd_config_hostcertificate to be an array. This fixes a bug
where you could have specified one cert and multiple HostKey's since

View File

@ -1,6 +1,6 @@
{
"name": "ghoneycutt-ssh",
"version": "3.54.0",
"version": "3.55.0",
"author": "ghoneycutt",
"summary": "Manages SSH",
"license": "Apache-2.0",