From db52073c3bf3a63ac72177a2106732aff5e9bcad Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Thu, 19 Dec 2013 07:39:06 -0500 Subject: [PATCH] Add ability to manage HashKnownHosts in ssh_config --- Modulefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modulefile b/Modulefile index 18b9b57..82a0029 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'ghoneycutt-ssh' -version '3.3.0' +version '3.4.0' source 'git://github.com/ghoneycutt/puppet-module-ssh.git' author 'ghoneycutt' license 'Apache License, Version 2.0'