diff options
author | Christian Franke <nobody@nowhere.ws> | 2015-08-29 19:30:38 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2015-08-29 19:30:38 +0200 |
commit | dd37acbfbd5a0c8db622a9ffae7c81e96b6b036a (patch) | |
tree | 8ff614f4a899a2a65277ff104b13024f1418c434 /roles/cgit | |
parent | 40354757db45bc519282f410976b20cfc463f184 (diff) |
Add role to setup gitolite
Diffstat (limited to 'roles/cgit')
-rw-r--r-- | roles/cgit/templates/cgitrc.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/cgit/templates/cgitrc.j2 b/roles/cgit/templates/cgitrc.j2 index bfca774..5d716a1 100644 --- a/roles/cgit/templates/cgitrc.j2 +++ b/roles/cgit/templates/cgitrc.j2 @@ -6,3 +6,5 @@ root-desc=harbouring chaos enable-index-owner=0 clone-prefix=git://{{ git_server_name }} git+ssh://git@{{ git_server_name }} source-filter=/etc/cgit.source.filter + +include=/etc/cgitrc.repo_service |