/[adm]/puppet/deployment/mgagit/templates/mgagit.conf
ViewVC logotype

Annotation of /puppet/deployment/mgagit/templates/mgagit.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3476 - (hide annotations) (download)
Mon Jun 9 17:47:34 2014 UTC (9 years, 9 months ago) by colin
File size: 1674 byte(s)
mgagit: Add repository group for org
1 boklm 3258 ---
2     use_ldap: yes
3     ldapserver: <%= @ldap_server %>
4 boklm 3265 binddn: <%= @binddn %>
5 boklm 3258 bindpwfile: <%= @bindpwfile %>
6     pubkey_dir: <%= @gitolite_keydir %>
7 colin 3319 tmpl_dir: <%= @gitolite_tmpldir %>
8 boklm 3258 gitolite_config: <%= @gitolite_conf %>
9 boklm 3288 run_gitolite: yes
10 boklm 3290 repodef_dir: <%= @reposconf_dir %>
11 boklm 3258 repos_config:
12     - prefix: infrastructure/repositories
13     gl_template: repodef_repo
14     repos:
15 colin 3419 - name: artwork
16     maintainer: '@mga-sysadmin'
17     description: Artwork repository definitions
18     - name: doc
19     maintainer: '@mga-sysadmin'
20     description: Documentation repository definitions
21 colin 3476 - name: org
22     maintainer: '@mga-board'
23     description: Organization repository definitions
24 colin 3419 - name: qa
25     maintainer: '@mga-sysadmin'
26     description: QA repository definitions
27 boklm 3258 - name: software
28 boklm 3279 maintainer: '@mga-sysadmin'
29 colin 3319 description: Software repository definitions
30     - name: web
31     maintainer: '@mga-sysadmin'
32     description: Website repository definitions
33 colin 3419 - prefix: artwork
34     gl_template: artwork_repo
35     git_url: file:///git/infrastructure/repositories/artwork.git
36     - prefix: doc
37     gl_template: doc_repo
38     git_url: file:///git/infrastructure/repositories/doc.git
39 colin 3476 - prefix: org
40     gl_template: org_repo
41     git_url: file:///git/infrastructure/repositories/org.git
42 colin 3419 - prefix: qa
43     gl_template: qa_repo
44     git_url: file:///git/infrastructure/repositories/qa.git
45 boklm 3278 - prefix: software
46     gl_template: soft_repo
47 boklm 3290 git_url: file:///git/infrastructure/repositories/software.git
48 colin 3319 - prefix: web
49     gl_template: web_repo
50     git_url: file:///git/infrastructure/repositories/web.git
51 boklm 3292 www_dir: <%= @vhostdir %>

  ViewVC Help
Powered by ViewVC 1.1.30