commit 3b2cde6e33fe2183d35bb0036a3bcbbda80917a3 Author: Takashi Kajinami Date: Tue Oct 6 00:12:28 2020 +0900 Update comment to fix lint manifests/config.pp:7:WARNING: No matching class parameter for documentation of barbican::config::xxx_config manifests/init.pp:7:WARNING: No matching class parameter for documentation of barbican::sample_parameter Change-Id: I4c3ba63dee6ec9081ec083ce45620cd6966e6c4b diff --git a/manifests/config.pp b/manifests/config.pp index 2717ac9..4b8d8c9 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -2,9 +2,7 @@ # # This class is used to manage arbitrary barbican configurations. # -# === Parameters -# -# [*xxx_config*] +# examle xxx_config # (optional) Allow configuration of arbitrary barbican configurations. # The value is an hash of barbican_config resources. Example: # { 'DEFAULT/foo' => { value => 'fooValue'}, @@ -17,6 +15,8 @@ # DEFAULT/bar: # value: barValue # +# === Parameters +# # [*api_config*] # (optional) Allow configuration of barbican-api.conf configurations. # diff --git a/manifests/init.pp b/manifests/init.pp index 1df7f23..de135f1 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -2,11 +2,6 @@ # # Full description of class barbican here. # -# === Parameters -# -# [*sample_parameter*] -# Explanation of what this parameter affects and what it defaults to. -# class barbican { include barbican::params