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.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 2e4db826..de78e763 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -123,6 +123,14 @@ class buildsystem {
owner => $sched_login,
require => File[$sched_home_dir],
}
+
+ # too tedious to create everything by hand
+ # so I prefered to used some puppet ruby module
+ # the exact content and directory name should IMHO be consolidated somewhere
+ import "create_upload_dir.rb"
+ create_upload_dir { "$sched_home_dir/uploads":
+ owner => $sched_login,
+ }
}
class youri_submit {