Merge "Use internal gitweb instead of gitea for now"

This commit is contained in:
Zuul 2019-04-24 14:20:52 +00:00 committed by Gerrit Code Review
commit 6d48f0561e
1 changed files with 3 additions and 3 deletions

View File

@ -66,9 +66,9 @@ class openstack_project::gerrit (
$testmode = false,
$swift_username = '',
$swift_password = '',
$gitweb = false,
$cgit = true,
$web_repo_url = 'https://git.openstack.org/cgit/',
$gitweb = true,
$cgit = false,
$web_repo_url = false,
$web_repo_url_encode = false,
$secondary_index = true,
$report_bug_text = 'Get Help',