home should be tested as a directory
Modified: puppet/modules/ssh/manifests/auth.pp =================================================================== --- puppet/modules/ssh/manifests/auth.pp 2010-11-22 07:15:50 UTC (rev 379) +++ puppet/modules/ssh/manifests/auth.pp 2010-11-22 07:20:25 UTC (rev 380) @@ -237,6 +237,10 @@ define ssh_auth_key_client ($ensure, $filename, $group, $home, $user) { + file { $home: + ensure => "directory", + } + File { owner => $user, group => $group,