adjusts documentation for puppet parameters

This commit is contained in:
Arne Teuke
2021-09-10 16:30:48 +02:00
parent 266a8a3169
commit ec9cc1b7af
2 changed files with 6 additions and 1 deletions

View File

@@ -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 (

View File

@@ -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 (