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
This commit is contained in:
Takashi Kajinami 2020-10-06 00:12:28 +09:00
parent 5607e63e78
commit 3b2cde6e33
2 changed files with 3 additions and 8 deletions

View File

@ -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.
#

View File

@ -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