From 7250ad514eafcf7dc2cdffca75b011b02ab0f754 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Thu, 14 Nov 2013 18:01:23 -0500 Subject: [PATCH] Release v3.2.1 Validates keys parameter to ensure it is a hash before calling create_resources(). --- Modulefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modulefile b/Modulefile index 41f957c..f4130bb 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'ghoneycutt-ssh' -version '3.2.0' +version '3.2.1' source 'git://github.com/ghoneycutt/puppet-module-ssh.git' author 'ghoneycutt' license 'Apache License, Version 2.0'