From 4b80ca40f339cc0d62d03b28a8cc5b3dd1f1eca9 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 7 Jun 2020 14:28:44 +0200 Subject: [PATCH] lints --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index dd6b86f..db3a983 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -23,7 +23,7 @@ # @param [string] pkg_ensure # which [package type](https://confdroid.com/2017/05/puppet-type-package/) # to choose, i.e. `latest` or `present`. - # @param [array] reqpackages the packages to install. +# @param [array] reqpackages the packages to install. # @param [boolean] fn_manage_config Whether to manage the fail2ban # configuration files. If set to false, fail2ban will be installed, but the # configuration will not be managed.