diff options
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/mgagit/manifests/init.pp | 1 | ||||
-rw-r--r-- | deployment/mgagit/templates/mgagit.conf | 2 |
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' |