From 61397108726057d45f604092a52afbdc6a548a09 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 25 Jun 2013 16:10:21 +0000 Subject: Add mgagit module --- deployment/mgagit/templates/mgagit.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 deployment/mgagit/templates/mgagit.conf (limited to 'deployment/mgagit/templates/mgagit.conf') diff --git a/deployment/mgagit/templates/mgagit.conf b/deployment/mgagit/templates/mgagit.conf new file mode 100644 index 00000000..97c11844 --- /dev/null +++ b/deployment/mgagit/templates/mgagit.conf @@ -0,0 +1,14 @@ +--- +use_ldap: yes +ldapserver: <%= @ldap_server %> +binddn: <%= @binddb %> +bindpwfile: <%= @bindpwfile %> +pubkey_dir: <%= @gitolite_keydir %> +gitolite_config: <%= @gitolite_conf %> +repos_config: + - prefix: infrastructure/repositories + gl_template: repodef_repo + repos: + - name: software + maintainer: '@mga-packager' + description: Software repositories definitions -- cgit v1.2.1