diff --git a/modules/gerrit/manifests/init.pp b/modules/gerrit/manifests/init.pp index 70eb9be65c..78a375636d 100644 --- a/modules/gerrit/manifests/init.pp +++ b/modules/gerrit/manifests/init.pp @@ -22,6 +22,7 @@ # httpd_acceptorthreads: # httpd_minthreads: # httpd_maxthreads: +# httpd_maxwait: # Gerrit configuration options; see Gerrit docs. # commentlinks: # A list of regexes Gerrit should hyperlink. @@ -67,6 +68,7 @@ class gerrit($virtual_hostname='', $httpd_acceptorthreads='', $httpd_minthreads='', $httpd_maxthreads='', + $httpd_maxwait='', $github_projects = [], $upstream_projects = [], $commentlinks = [ { name => 'changeid',