aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/ssh/manifests/auth.pp4
1 files changed, 4 insertions, 0 deletions
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,