Fix lint error with the latest lint packages

This change fixes the following lint error which is detected since we
removed pin of lint packages.

manifests/init.pp:7:WARNING: No matching class parameter for
documentation of whazz::sample_parameter

Change-Id: Iad54fe0eea4c0e6f9f28bf6fcafe018effaecf56
This commit is contained in:
Takashi Kajinami
2021-05-11 19:14:00 +09:00
parent f21b7007d0
commit fa8e4824f2

View File

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