mga-committers should be able to write in /home/schedbot/repsys/tmp
Modified: puppet/modules/buildsystem/manifests/init.pp =================================================================== --- puppet/modules/buildsystem/manifests/init.pp 2010-12-05 22:38:01 UTC (rev 502) +++ puppet/modules/buildsystem/manifests/init.pp 2010-12-05 22:40:31 UTC (rev 503) @@ -85,6 +85,8 @@ file { "$sched_home_dir/repsys/tmp": ensure => "directory", + group => "mga-committers", + mode => 775, require => File["$sched_home_dir/repsys"], }