/[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 3319 - (hide annotations) (download)
Tue Aug 20 21:42:52 2013 UTC (10 years, 8 months ago) by colin
File size: 823 byte(s)
mgagit: Add repo templates to puppet rather than reply on packaged versions

This adds the repo template into puppet as this seems a more appropriate place
to track what is effectively configuration.

I also use this opportunity to add a repository configuration repo for 'web'
and add a new repo template for it accordingly.
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     - name: software
16 boklm 3279 maintainer: '@mga-sysadmin'
17 colin 3319 description: Software repository definitions
18     - name: web
19     maintainer: '@mga-sysadmin'
20     description: Website repository definitions
21 boklm 3278 - prefix: software
22     gl_template: soft_repo
23 boklm 3290 git_url: file:///git/infrastructure/repositories/software.git
24 colin 3319 - prefix: web
25     gl_template: web_repo
26     git_url: file:///git/infrastructure/repositories/web.git
27 boklm 3292 www_dir: <%= @vhostdir %>

  ViewVC Help
Powered by ViewVC 1.1.30