adds parameter documentations
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user