adjusts documentation for puppet parameters
This commit is contained in:
@@ -64,12 +64,16 @@
|
|||||||
# for a complete HTTP request.
|
# for a complete HTTP request.
|
||||||
# @param [string] hy_timeout_queue Set the maximum time to wait in the queue
|
# @param [string] hy_timeout_queue Set the maximum time to wait in the queue
|
||||||
# for a connection slot to be free.
|
# 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.
|
# connection attempt to a server to succeed.
|
||||||
# @param [string] hy_timeout_client Set the maximum inactivity time on the
|
# @param [string] hy_timeout_client Set the maximum inactivity time on the
|
||||||
# client side.
|
# client side.
|
||||||
# @param [string] hy_timeout_server Set the maximum inactivity time on the
|
# @param [string] hy_timeout_server Set the maximum inactivity time on the
|
||||||
# server side.
|
# 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 (
|
class cd_haproxy::params (
|
||||||
|
|
||||||
|
|||||||
@@ -36,6 +36,7 @@
|
|||||||
# @param [string] backend_order the order for the backend name, so it will be
|
# @param [string] backend_order the order for the backend name, so it will be
|
||||||
# within the correct lb instance configuration.
|
# within the correct lb instance configuration.
|
||||||
# @param [string] fe_maxconn the maximum connections for the lb instance.
|
# @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 (
|
define cd_haproxy::server::proxy (
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user