From 5895802498fbba31ef0c05a61d6786711458b747 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Thu, 29 May 2014 12:59:49 -0400 Subject: [PATCH] Release v3.15.0 - Add deny/allow options in sshd_config DenyGroups, AllowGroups, and AllowUsers --- Modulefile | 2 +- metadata.json | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Modulefile b/Modulefile index 1b1a17a..6b4b5f0 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'ghoneycutt-ssh' -version '3.14.0' +version '3.15.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 82a44cf..4563bd6 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "ghoneycutt-ssh", - "version": "3.14.0", + "version": "3.15.0", "author": "ghoneycutt", "summary": "Manages SSH", "license": "Apache License, Version 2.0", @@ -93,6 +93,18 @@ "tests/init.pp": "423466ae46899d6a0480aa9910b096d2" }, "dependencies": [ + { + "name": "puppetlabs/stdlib", + "version_requirement": ">= 3.2.0" + }, + { + "name": "ghoneycutt/common", + "version_requirement": ">= 1.0.2" + }, + { + "name": "puppetlabs/firewall", + "version_requirement": ">= 0.2.1" + }, { "name": "puppetlabs/stdlib", "version_requirement": ">= 3.2.0"