Merge "Override commit message length validation to 72 chars"
This commit is contained in:
commit
26a8188f09
@ -80,6 +80,7 @@ class openstack_project::gerrit (
|
|||||||
$download = {},
|
$download = {},
|
||||||
$receive_max_object_size_limit = '100 m',
|
$receive_max_object_size_limit = '100 m',
|
||||||
$commentlinks = [],
|
$commentlinks = [],
|
||||||
|
$commitmessage_params = {},
|
||||||
) {
|
) {
|
||||||
|
|
||||||
class { 'jeepyb::openstackwatch':
|
class { 'jeepyb::openstackwatch':
|
||||||
@ -179,6 +180,10 @@ class openstack_project::gerrit (
|
|||||||
index_threads => $index_threads,
|
index_threads => $index_threads,
|
||||||
download => $download,
|
download => $download,
|
||||||
receive_max_object_size_limit => $receive_max_object_size_limit,
|
receive_max_object_size_limit => $receive_max_object_size_limit,
|
||||||
|
commitmessage_params =>
|
||||||
|
{
|
||||||
|
maxLineLength => '72',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
mysql_backup::backup_remote { 'gerrit':
|
mysql_backup::backup_remote { 'gerrit':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user