aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/init.pp')
-rw-r--r--modules/buildsystem/manifests/init.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index e78468f2..5cb9622b 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -49,6 +49,13 @@ class buildsystem {
gid => $build_login,
shell => "/bin/bash",
}
+
+ file { "/home/${build_login}/.ssh":
+ ensure => "directory",
+ mode => 600,
+ owner => $build_login,
+ group => $build_login,
+ }
}
class iurt {