Pass gerrit cache options through to puppet-gerrit

We accepted these parameters at a system-config level but were not
passing through to puppet-gerrit manifest which actually writes out the
template file. Add these to the ::gerrit class instantiation.

Change-Id: I2abd24727ba39e3743b2d6b6ec279c70faf24d10
This commit is contained in:
Clark Boylan 2017-09-19 14:05:15 -07:00
parent e2e893ba3b
commit 8027936411

View File

@ -194,6 +194,10 @@ class openstack_project::gerrit (
{
maxLineLength => '72',
},
cache_accounts => $cache_accounts,
cache_accounts_byemail => $cache_accounts_byemail,
cache_accounts_byname => $cache_accounts_byname,
cache_groups_byuuid => $cache_groups_byuuid,
}
mysql_backup::backup_remote { 'gerrit':