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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3484 - (show annotations) (download)
Wed Jun 11 23:12:16 2014 UTC (9 years, 9 months ago) by colin
File size: 1937 byte(s)
mgagit: Fix template name
1 ---
2 use_ldap: yes
3 ldapserver: <%= @ldap_server %>
4 binddn: <%= @binddn %>
5 bindpwfile: <%= @bindpwfile %>
6 pubkey_dir: <%= @gitolite_keydir %>
7 tmpl_dir: <%= @gitolite_tmpldir %>
8 gitolite_config: <%= @gitolite_conf %>
9 run_gitolite: yes
10 repodef_dir: <%= @reposconf_dir %>
11 repos_config:
12 - prefix: infrastructure/repositories
13 gl_template: repodef_repo
14 repos:
15 - 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: infrastructure
22 maintainer: '@mga-sysadmin'
23 description: Infrastructure repository definitions
24 - name: org
25 maintainer: '@mga-sysadmin'
26 description: Organization repository definitions
27 - name: qa
28 maintainer: '@mga-sysadmin'
29 description: QA repository definitions
30 - name: software
31 maintainer: '@mga-sysadmin'
32 description: Software repository definitions
33 - name: web
34 maintainer: '@mga-sysadmin'
35 description: Website repository definitions
36 - prefix: artwork
37 gl_template: artwork_repo
38 git_url: file:///git/infrastructure/repositories/artwork.git
39 - prefix: doc
40 gl_template: doc_repo
41 git_url: file:///git/infrastructure/repositories/doc.git
42 - prefix: infrastructure
43 gl_template: infrastructure_repo
44 git_url: file:///git/infrastructure/repositories/infrastructure.git
45 - prefix: org
46 gl_template: org_repo
47 git_url: file:///git/infrastructure/repositories/org.git
48 - prefix: qa
49 gl_template: qa_repo
50 git_url: file:///git/infrastructure/repositories/qa.git
51 - prefix: software
52 gl_template: soft_repo
53 git_url: file:///git/infrastructure/repositories/software.git
54 - prefix: web
55 gl_template: web_repo
56 git_url: file:///git/infrastructure/repositories/web.git
57 www_dir: <%= @vhostdir %>

  ViewVC Help
Powered by ViewVC 1.1.30