aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/buildsystem/manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 9492c4e9..ba3a1721 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -75,6 +75,7 @@ class buildsystem {
file { $homedir:
ensure => "directory",
+ require => User[$title],
}
file { "$homedir/.ssh":
@@ -82,6 +83,7 @@ class buildsystem {
mode => 600,
owner => $title,
group => $title,
+ require => File[$homedir],
}
}