From f2ab1a8f0fbf8f6c0bc4e46058d5e780d1657ed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabija=20Bruzgait=C4=97?= Date: Mon, 2 Sep 2024 12:32:34 +0300 Subject: [PATCH] add param --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 27568b9..a0ba38c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -40,10 +40,10 @@ # @param httpd_htpasswd_file # Specifies the path to the htpasswd file. Default value: '' # -# @httpd_htpasswd_crypto +# @param httpd_htpasswd_crypto # Specifies the encryption method in the htpasswd file. Default value: `md5` # -# @httpd_htpasswd_users +# @param httpd_htpasswd_users # An array of users to be managed in the htpasswd file. Default value: [] # # @param logfile