adjust everything for compliance with puppet-lint

This commit is contained in:
Arne Teuke
2025-05-15 14:19:35 +02:00
parent 9d50c2888d
commit c956708cdb
40 changed files with 68 additions and 9329 deletions

View File

@@ -2,34 +2,34 @@
# Module name: haproxy_cd
# Author: Arne Teuke (arne_teuke@ConfDroid.com)
# @summary Define manages the proxies for haproxy_cd.
# @param [string] haproxy_fqdn the fqdn of the haproxy server in question.
# @param [string] frontend_name the name for the frontend section rule.
# @param [string] frontend_order where the concat should appear in the file.
# @param [string] frontend_mode mode for the loadbalancer instance: http or tcp
# @param [string] fe_use_backend which backend to use. if left empty, the
# @param [String] haproxy_fqdn the fqdn of the haproxy server in question.
# @param [String] frontend_name the name for the frontend section rule.
# @param [String] frontend_order where the concat should appear in the file.
# @param [String] frontend_mode mode for the loadbalancer instance: http or tcp
# @param [String] fe_use_backend which backend to use. if left empty, the
# default backend will be used.
# @param [string] fe_bind_mode which bind mode to use, i.e. to which interface
# @param [String] fe_bind_mode which bind mode to use, i.e. to which interface
# and port to bind.
# @param [string] backend_name the backend name to be used for the rule.
# @param [string] backend_order the order for the backend name, so it will be
# @param [String] backend_name the backend name to be used for the rule.
# @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
# @param [string] be_balance what kind of balance should be used
# @param [string] be_mode which backend mode should be used
# @param [string] default_backend value for the default backend
# @param [string] be_option value for a backend option
# @param [string] fe_tcp_request value for a frontend tcp request
# @param [string] fe_http_request value for a frontend http request
# @param [string] fe_option value for a frontend option
# @param [string] acl_rule_front value for a frontend acl rule
# @param [string] acl_rule_back value for a backend acl rule
# @param [array] backend_configs array of values for the backend
# @param [string] be_stick_table value for the backend stickiness
# @param [string] be_stick_on value for th backend stickiness
# @param [string] be_http_check value for backend http check
# @param [string] be_http_request value for a backend http request
# @param [string] be_acl_rule value for a backend acl rule
# @param [String] fe_maxconn the maximum connections for the lb instance.
# @param [String] be_server_name set the name for the backend server
# @param [String] be_balance what kind of balance should be used
# @param [String] be_mode which backend mode should be used
# @param [String] default_backend value for the default backend
# @param [String] be_option value for a backend option
# @param [String] fe_tcp_request value for a frontend tcp request
# @param [String] fe_http_request value for a frontend http request
# @param [String] fe_option value for a frontend option
# @param [String] acl_rule_front value for a frontend acl rule
# @param [String] acl_rule_back value for a backend acl rule
# @param [Array] backend_configs array of values for the backend
# @param [String] be_stick_table value for the backend stickiness
# @param [String] be_stick_on value for th backend stickiness
# @param [String] be_http_check value for backend http check
# @param [String] be_http_request value for a backend http request
# @param [String] be_acl_rule value for a backend acl rule
###############################################################################
define haproxy_cd::server::proxy (