Fix lint errors with the latest lint packages

This change fixes the following lint errors discovered since we removed
pin of lint packages.

manifests/config.pp:20:WARNING: Duplicate class parameter documentation
for freezer::config::freezer_config
manifests/config.pp:7:WARNING: Duplicate class parameter documentation
for freezer::config::freezer_config
manifests/init.pp:7:WARNING: No matching class parameter for
documentation of freezer::sample_parameter

Change-Id: I4f4c5688f60bfe9161f4a4827f8ebe1bc6d1b8f6
This commit is contained in:
Takashi Kajinami 2021-05-11 18:53:53 +09:00
parent 2292bfeb7a
commit 77f165f11d
2 changed files with 0 additions and 7 deletions

View File

@ -17,10 +17,6 @@
# DEFAULT/bar:
# value: barValue
#
# [*freezer_config*]
# (optional) Allow configuration of freezer.conf configurations.
# Defaults to empty hash'{}'
#
# [*api_paste_ini_config*]
# (optional) Allow configuration of /etc/freezer/freezer-paste.ini configurations.
#

View File

@ -4,9 +4,6 @@
#
# === Parameters
#
# [*sample_parameter*]
# Explanation of what this parameter affects and what it defaults to.
#
class freezer {
include freezer::params