From 6215b2498a40d68683a867576cc328f2310e0621 Mon Sep 17 00:00:00 2001 From: Calvin Walton Date: Thu, 17 Jan 2013 13:44:09 -0500 Subject: [PATCH] Add a missing } character, oops... --- manifests/hostkeys.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/hostkeys.pp b/manifests/hostkeys.pp index 00340284b..7ea3596f3 100644 --- a/manifests/hostkeys.pp +++ b/manifests/hostkeys.pp @@ -17,5 +17,6 @@ host_aliases => $host_aliases, type => 'ecdsa-sha2-nistp256', key => $::sshecdsakey, + } } }