typo
diff --git a/manifests/client.pp b/manifests/client.pp
index df6b7fb..e032a52 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -416,7 +416,7 @@
     }
 
     file { "${system_home_directory}/.ssh/known_hosts":
-      ensure  => $link_ensure
+      ensure  => $link_ensure,
       target  => '/dev/null',
       force   => 'true',
       require => File["${system_home_directory}/.ssh"],