Release v3.20.0 - Support EL7

This commit is contained in:
Garrett Honeycutt 2014-10-15 08:48:26 -04:00
parent 72de64fd71
commit 9a958b749a
2 changed files with 10 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "ghoneycutt-ssh",
"version": "3.19.1",
"version": "3.20.0",
"author": "ghoneycutt",
"summary": "Manages SSH",
"license": "Apache License, Version 2.0",
@ -28,28 +28,32 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6"
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6"
"6",
"7"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"5",
"6"
"6",
"7"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"5",
"6"
"6",
"7"
]
},
{