From c68707e75cd1c24afc1d35de299393766ce5785f Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Mon, 20 Jan 2014 09:42:52 -0500 Subject: [PATCH] Release v3.6.0 - Add ability to do merge lookup for ssh keys Add parameter, hiera_merge, which lets you do a merge lookup through the use of hiera_hash() for ssh keys. --- Modulefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modulefile b/Modulefile index 0cfa281..2103bf0 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'ghoneycutt-ssh' -version '3.5.0' +version '3.6.0' source 'git://github.com/ghoneycutt/puppet-module-ssh.git' author 'ghoneycutt' license 'Apache License, Version 2.0'