Merge "Add better defaults for clone-prefix"

This commit is contained in:
Jenkins 2015-08-06 03:18:17 +00:00 committed by Gerrit Code Review
commit fdc8c20162
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class cgit(
'cache-dynamic-ttl' => 1,
'cache-repo-ttl' => 1,
'cache-root-ttl' => 1,
'clone-prefix' => '',
'clone-prefix' => "git://${::fqdn} https://${::fqdn}",
'enable-index-owner' => 0,
'enable-index-links' => 1,
'enable-http-clone' => 0,