diff options
author | Colin Guthrie <colin@mageia.org> | 2014-06-09 17:47:34 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-06-09 17:47:34 +0000 |
commit | 9abea7fbfc66a45edd9938381a3ad20c942258bc (patch) | |
tree | b5383aec43c9664858a9be2e58c477adcbd498b6 /deployment/mgagit | |
parent | 193d4d8d67170a7e94eaf9de066bd647f3c64311 (diff) | |
download | puppet-9abea7fbfc66a45edd9938381a3ad20c942258bc.tar puppet-9abea7fbfc66a45edd9938381a3ad20c942258bc.tar.gz puppet-9abea7fbfc66a45edd9938381a3ad20c942258bc.tar.bz2 puppet-9abea7fbfc66a45edd9938381a3ad20c942258bc.tar.xz puppet-9abea7fbfc66a45edd9938381a3ad20c942258bc.zip |
mgagit: Add repository group for org
Diffstat (limited to 'deployment/mgagit')
-rw-r--r-- | deployment/mgagit/manifests/init.pp | 5 | ||||
-rw-r--r-- | deployment/mgagit/templates/mgagit.conf | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/deployment/mgagit/manifests/init.pp b/deployment/mgagit/manifests/init.pp index 56e2fe80..fe745dcc 100644 --- a/deployment/mgagit/manifests/init.pp +++ b/deployment/mgagit/manifests/init.pp @@ -100,6 +100,11 @@ class mgagit( ml => 'atelier', # NB This is wrong, we should have a doc-commits@ ML (and thus remove this line) } + mgagit::tmpl { 'org': + tmpldir => $gitolite_tmpldir, + ml => 'board-public', + } + mgagit::tmpl { 'qa': tmpldir => $gitolite_tmpldir, } diff --git a/deployment/mgagit/templates/mgagit.conf b/deployment/mgagit/templates/mgagit.conf index bbef5732..7a9204ee 100644 --- a/deployment/mgagit/templates/mgagit.conf +++ b/deployment/mgagit/templates/mgagit.conf @@ -18,6 +18,9 @@ repos_config: - name: doc maintainer: '@mga-sysadmin' description: Documentation repository definitions + - name: org + maintainer: '@mga-board' + description: Organization repository definitions - name: qa maintainer: '@mga-sysadmin' description: QA repository definitions @@ -33,6 +36,9 @@ repos_config: - prefix: doc gl_template: doc_repo git_url: file:///git/infrastructure/repositories/doc.git + - prefix: org + gl_template: org_repo + git_url: file:///git/infrastructure/repositories/org.git - prefix: qa gl_template: qa_repo git_url: file:///git/infrastructure/repositories/qa.git |