Revision
503
Author
blino
Date
2010-12-05 23:40:31 +0100 (Sun, 05 Dec 2010)

Log Message

mga-committers should be able to write in /home/schedbot/repsys/tmp

Modified Paths

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"],
         }