From b3511938e9dd1e2f1ff7692cf7d7492882914a7a Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Mon, 14 Apr 2014 01:57:03 -0400 Subject: [PATCH] Release v3.9.0 - ability to not import all ssh keys --- Modulefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modulefile b/Modulefile index 7fb1678..0509e20 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'ghoneycutt-ssh' -version '3.8.0' +version '3.9.0' source 'git://github.com/ghoneycutt/puppet-module-ssh.git' author 'ghoneycutt' license 'Apache License, Version 2.0'