aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-06-09 22:14:13 +0000
committerColin Guthrie <colin@mageia.org>2014-06-09 22:14:13 +0000
commit09dc00f5d49edae0821ca7fd7e8458375b74641e (patch)
tree4c350708c3ae51ad6314318a3387f2a1a657cc8d /deployment/mgagit
parent9abea7fbfc66a45edd9938381a3ad20c942258bc (diff)
downloadpuppet-09dc00f5d49edae0821ca7fd7e8458375b74641e.tar
puppet-09dc00f5d49edae0821ca7fd7e8458375b74641e.tar.gz
puppet-09dc00f5d49edae0821ca7fd7e8458375b74641e.tar.bz2
puppet-09dc00f5d49edae0821ca7fd7e8458375b74641e.tar.xz
puppet-09dc00f5d49edae0821ca7fd7e8458375b74641e.zip
mgagit: Fix permissions for org repos.
Diffstat (limited to 'deployment/mgagit')
-rw-r--r--deployment/mgagit/manifests/init.pp1
-rw-r--r--deployment/mgagit/templates/mgagit.conf2
2 files changed, 2 insertions, 1 deletions
diff --git a/deployment/mgagit/manifests/init.pp b/deployment/mgagit/manifests/init.pp
index fe745dcc..a0158d62 100644
--- a/deployment/mgagit/manifests/init.pp
+++ b/deployment/mgagit/manifests/init.pp
@@ -102,6 +102,7 @@ class mgagit(
mgagit::tmpl { 'org':
tmpldir => $gitolite_tmpldir,
+ group => 'board',
ml => 'board-public',
}
diff --git a/deployment/mgagit/templates/mgagit.conf b/deployment/mgagit/templates/mgagit.conf
index 7a9204ee..1c1020bc 100644
--- a/deployment/mgagit/templates/mgagit.conf
+++ b/deployment/mgagit/templates/mgagit.conf
@@ -19,7 +19,7 @@ repos_config:
maintainer: '@mga-sysadmin'
description: Documentation repository definitions
- name: org
- maintainer: '@mga-board'
+ maintainer: '@mga-sysadm'
description: Organization repository definitions
- name: qa
maintainer: '@mga-sysadmin'