commit 022661a7b9c7bafc0785fa07f4e215babddf6643 Author: Takashi Kajinami Date: Tue Oct 6 00:19:27 2020 +0900 Update comment to fix lint manifests/config.pp:7:WARNING: No matching class parameter for documentation of manila::config::xxx_config Change-Id: Ic568499178fa0c8bfb9545dc1d78ee794df5ad91 diff --git a/manifests/config.pp b/manifests/config.pp index 2a41a5f..298d1d2 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -2,9 +2,7 @@ # # This class is used to manage arbitrary manila configurations. # -# === Parameters -# -# [*xxx_config*] +# example xxx_config # (optional) Allow configuration of arbitrary manila configurations. # The value is an hash of xxx_config resources. Example: # { 'DEFAULT/foo' => { value => 'fooValue'}, @@ -18,6 +16,8 @@ # DEFAULT/bar: # value: barValue # +# === Parameters +# # [*manila_config*] # (optional) Allow configuration of manila.conf configurations. #