adds parameter documentations

This commit is contained in:
Arne Teuke
2018-12-10 16:12:32 +01:00
parent 5dbc4aa1ae
commit f95359166b

View File

@@ -29,9 +29,13 @@
# @param [boolean] hy_manage_fw whether to manage the firewall. # @param [boolean] hy_manage_fw whether to manage the firewall.
# @param [string] hy_fw_order_no the rule number to control the oder of the # @param [string] hy_fw_order_no the rule number to control the oder of the
# firewall rules. # firewall rules.
# @param [string] hy_http_port the http port. used in firewall settings # @param [string] hy_http_port the http port. used in firewall settings
# @param [string] hy_https_port the https port. used in firewall settings # @param [string] hy_https_port the https port. used in firewall settings
############################################################################## # @param [string] hy_user_name the name of the haproxy service user.
# @param [string] hy_user_comment the comment of the haproxy user, shows up
# in emails sent from haproxy.
# @param [string] hy_user_shell the shell for the haproxy user.
###############################################################################
class cd_haproxy::params ( class cd_haproxy::params (
$pkg_ensure = 'latest', $pkg_ensure = 'latest',