/[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 3319 - (show annotations) (download)
Tue Aug 20 21:42:52 2013 UTC (10 years, 7 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 ---
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: software
16 maintainer: '@mga-sysadmin'
17 description: Software repository definitions
18 - name: web
19 maintainer: '@mga-sysadmin'
20 description: Website repository definitions
21 - prefix: software
22 gl_template: soft_repo
23 git_url: file:///git/infrastructure/repositories/software.git
24 - prefix: web
25 gl_template: web_repo
26 git_url: file:///git/infrastructure/repositories/web.git
27 www_dir: <%= @vhostdir %>

  ViewVC Help
Powered by ViewVC 1.1.30