/[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 3419 - (hide annotations) (download)
Thu Mar 13 08:59:57 2014 UTC (10 years, 1 month ago) by colin
File size: 1463 byte(s)
Setup git repository groups for 'artwork', 'doc' and 'qa'
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     - name: qa
22     maintainer: '@mga-sysadmin'
23     description: QA repository definitions
24 boklm 3258 - name: software
25 boklm 3279 maintainer: '@mga-sysadmin'
26 colin 3319 description: Software repository definitions
27     - name: web
28     maintainer: '@mga-sysadmin'
29     description: Website repository definitions
30 colin 3419 - prefix: artwork
31     gl_template: artwork_repo
32     git_url: file:///git/infrastructure/repositories/artwork.git
33     - prefix: doc
34     gl_template: doc_repo
35     git_url: file:///git/infrastructure/repositories/doc.git
36     - prefix: qa
37     gl_template: qa_repo
38     git_url: file:///git/infrastructure/repositories/qa.git
39 boklm 3278 - prefix: software
40     gl_template: soft_repo
41 boklm 3290 git_url: file:///git/infrastructure/repositories/software.git
42 colin 3319 - prefix: web
43     gl_template: web_repo
44     git_url: file:///git/infrastructure/repositories/web.git
45 boklm 3292 www_dir: <%= @vhostdir %>

  ViewVC Help
Powered by ViewVC 1.1.30