From 2dd8ebe53bc1d74cce32a0330e458dc61f376630 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 3 Jul 2012 06:38:51 -0700 Subject: [PATCH] Add httpd_maxwait parameter to gerrit module. Was missing from earlier change that added it to the invocation. Change-Id: I71d9b62e1b959fbd9d87f21800d47606be31d95a --- modules/gerrit/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/gerrit/manifests/init.pp b/modules/gerrit/manifests/init.pp index 70eb9be..78a3756 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',