adds parameter documentations

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

View File

@@ -31,7 +31,11 @@
# firewall rules.
# @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_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 (
$pkg_ensure = 'latest',