From d9fe90e35c4618063a16515aceb6a91cf4e35035 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 11 May 2021 18:06:30 +0900 Subject: [PATCH] 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 oslo::sample_parameter Change-Id: I62dd8489c7a5c366fcf729cf32fcb18012e7b727 --- manifests/init.pp | 3 --- 1 file changed, 3 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index a961dce..be5f729 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 oslo { include oslo::params