From 77f165f11d1d9e2d04428cf70de2d9ae4375bd99 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 11 May 2021 18:53:53 +0900 Subject: [PATCH] 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 --- manifests/config.pp | 4 ---- manifests/init.pp | 3 --- 2 files changed, 7 deletions(-) diff --git a/manifests/config.pp b/manifests/config.pp index 91f7d01..103704f 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -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. # diff --git a/manifests/init.pp b/manifests/init.pp index d6e3be1..48981e4 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -4,9 +4,6 @@ # # === Parameters # -# [*sample_parameter*] -# Explanation of what this parameter affects and what it defaults to. -# class freezer { include freezer::params