aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
diff options
context:
space:
mode:
authorOlivier Blin <blino@mageia.org>2010-12-06 14:10:12 +0000
committerOlivier Blin <blino@mageia.org>2010-12-06 14:10:12 +0000
commitf747a6db43e088e0293aa3ed8a646251f4905b81 (patch)
tree1cc1e149c1caa5c72e6356100dc937904b6893bd /modules/buildsystem
parentf8d45480bb4ee1adb10314ad794c284e4cefffea (diff)
downloadpuppet-f747a6db43e088e0293aa3ed8a646251f4905b81.tar
puppet-f747a6db43e088e0293aa3ed8a646251f4905b81.tar.gz
puppet-f747a6db43e088e0293aa3ed8a646251f4905b81.tar.bz2
puppet-f747a6db43e088e0293aa3ed8a646251f4905b81.tar.xz
puppet-f747a6db43e088e0293aa3ed8a646251f4905b81.zip
mga-committers should be able to write in /home/schedbot/repsys/srpms
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 3fca414e..9d836c52 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -98,6 +98,8 @@ class buildsystem {
file { "$sched_home_dir/repsys/srpms":
ensure => "directory",
owner => $sched_login,
+ group => "mga-committers",
+ mode => 775,
require => File["$sched_home_dir/repsys"],
}
}