From 9a958b749a25e6296f17b90ef2cc7bc48165bb9f Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Wed, 15 Oct 2014 08:48:26 -0400 Subject: [PATCH] Release v3.20.0 - Support EL7 --- Modulefile | 2 +- metadata.json | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Modulefile b/Modulefile index 00cde7b..06ed75e 100644 --- a/Modulefile +++ b/Modulefile @@ -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' diff --git a/metadata.json b/metadata.json index c60e4be..c7d0b4b 100644 --- a/metadata.json +++ b/metadata.json @@ -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" ] }, {