From ec9cc1b7af91ab39d015b3919475065576edef39 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Fri, 10 Sep 2021 16:30:48 +0200 Subject: [PATCH] adjusts documentation for puppet parameters --- manifests/params.pp | 6 +++++- manifests/server/proxy.pp | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index b2ba71f..6a2ccb9 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -64,12 +64,16 @@ # for a complete HTTP request. # @param [string] hy_timeout_queue Set the maximum time to wait in the queue # for a connection slot to be free. -# @param [string] hy_hy_timeout_connect Set the maximum time to wait for a +# @param [string] hy_timeout_connect Set the maximum time to wait for a # connection attempt to a server to succeed. # @param [string] hy_timeout_client Set the maximum inactivity time on the # client side. # @param [string] hy_timeout_server Set the maximum inactivity time on the # server side. +# @param [string] hy_timeout_http_keep_alive set the timeout value for +# keeping https connections alive +# @param [string] hy_timeout_check set the timeout value for how long to check +# if the timeout has occured ############################################################################### class cd_haproxy::params ( diff --git a/manifests/server/proxy.pp b/manifests/server/proxy.pp index 9d23732..11d4fa0 100644 --- a/manifests/server/proxy.pp +++ b/manifests/server/proxy.pp @@ -36,6 +36,7 @@ # @param [string] backend_order the order for the backend name, so it will be # within the correct lb instance configuration. # @param [string] fe_maxconn the maximum connections for the lb instance. +# @param [string] be_server_name set the name for the backend server ############################################################################### define cd_haproxy::server::proxy (