diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-25 16:10:21 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-25 16:10:21 +0000 |
commit | 61397108726057d45f604092a52afbdc6a548a09 (patch) | |
tree | eac388c75104d7efe3692e03ef57647c355a4844 /deployment/mgagit/templates/mgagit.conf | |
parent | 5e8c30538ec900dc6c389ea47899b10f1fa0b8e3 (diff) | |
download | puppet-61397108726057d45f604092a52afbdc6a548a09.tar puppet-61397108726057d45f604092a52afbdc6a548a09.tar.gz puppet-61397108726057d45f604092a52afbdc6a548a09.tar.bz2 puppet-61397108726057d45f604092a52afbdc6a548a09.tar.xz puppet-61397108726057d45f604092a52afbdc6a548a09.zip |
Add mgagit module
Diffstat (limited to 'deployment/mgagit/templates/mgagit.conf')
-rw-r--r-- | deployment/mgagit/templates/mgagit.conf | 14 |
1 files changed, 14 insertions, 0 deletions
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 |