From db6b990f1bfcf1b2c013cdd899c7e70d8e95e6ee Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 22 Nov 2010 07:20:25 +0000 Subject: home should be tested as a directory --- modules/ssh/manifests/auth.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/ssh/manifests') diff --git a/modules/ssh/manifests/auth.pp b/modules/ssh/manifests/auth.pp index 08570add..8b542609 100644 --- a/modules/ssh/manifests/auth.pp +++ b/modules/ssh/manifests/auth.pp @@ -237,6 +237,10 @@ define ssh_auth_key_master ($ensure, $force, $keytype, $length, $maxdays, $minda define ssh_auth_key_client ($ensure, $filename, $group, $home, $user) { + file { $home: + ensure => "directory", + } + File { owner => $user, group => $group, -- cgit v1.2.1