Merge "Set cron job to gc repositories instead of repack"

This commit is contained in:
Jenkins 2016-07-21 23:18:57 +00:00 committed by Gerrit Code Review
commit f5ba5ef6ee

View File

@ -194,7 +194,9 @@ class openstack_project::gerrit (
} }
if ($testmode == false) { if ($testmode == false) {
include gerrit::cron class { 'gerrit::cron':
gitgc_repos => true,
}
class { 'github': class { 'github':
username => $github_username, username => $github_username,
project_username => $github_project_username, project_username => $github_project_username,