aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
diff options
context:
space:
mode:
authorOlivier Blin <blino@mageia.org>2010-12-05 22:40:31 +0000
committerOlivier Blin <blino@mageia.org>2010-12-05 22:40:31 +0000
commitddf46620a6ff964194bc4b841379dd3833155fa6 (patch)
tree393d8e6485caf53d8783679967429dab62a142f0 /modules/buildsystem
parentf6ba7fbdabf1245f5ee440e72e92c2c985b2634b (diff)
downloadpuppet-ddf46620a6ff964194bc4b841379dd3833155fa6.tar
puppet-ddf46620a6ff964194bc4b841379dd3833155fa6.tar.gz
puppet-ddf46620a6ff964194bc4b841379dd3833155fa6.tar.bz2
puppet-ddf46620a6ff964194bc4b841379dd3833155fa6.tar.xz
puppet-ddf46620a6ff964194bc4b841379dd3833155fa6.zip
mga-committers should be able to write in /home/schedbot/repsys/tmp
Diffstat (limited to 'modules/buildsystem')
-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 e48da03e..129e1176 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -85,6 +85,8 @@ class buildsystem {
file { "$sched_home_dir/repsys/tmp":
ensure => "directory",
+ group => "mga-committers",
+ mode => 775,
require => File["$sched_home_dir/repsys"],
}