Update comment to fix lint

manifests/config.pp:7:WARNING: No matching class parameter for
documentation of neutron::config::xxx_config

Change-Id: Ic8d3013418e1bde347e26d56c4b17c4fd63ca48e
This commit is contained in:
Takashi Kajinami 2020-10-06 00:23:23 +09:00
parent d0bc82d842
commit 5950a6638e

View File

@ -2,9 +2,7 @@
#
# This class is used to manage arbitrary Neutron configurations.
#
# === Parameters
#
# [*xxx_config*]
# example xxx_config
# (optional) Allow configuration of arbitrary Neutron xxx specific configurations.
# The value is a hash of neutron_config resources. Example:
# server_config =>
@ -21,6 +19,8 @@
# DEFAULT/bar:
# value: barValue
#
# === Parameters
#
# [*server_config*]
# (optional) Manage configuration of neutron.conf
#