From f95359166b201a87bbf240c5984eba5d38e3b6ca Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Mon, 10 Dec 2018 16:12:32 +0100 Subject: [PATCH] adds parameter documentations --- manifests/params.pp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index 01896ad..bd5d856 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -29,9 +29,13 @@ # @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 # 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_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',