From 35f5f8125daa6596a2bfe4a59b6cab2b8fab26ca Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 22 Nov 2010 07:30:07 +0000 Subject: remove home def --- modules/ssh/manifests/auth.pp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/ssh/manifests') diff --git a/modules/ssh/manifests/auth.pp b/modules/ssh/manifests/auth.pp index 8b542609..08570add 100644 --- a/modules/ssh/manifests/auth.pp +++ b/modules/ssh/manifests/auth.pp @@ -237,10 +237,6 @@ 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