commit 9a0c0c48c1e1864eb99be83844d6dbbe65717c47 Author: Alex Schultz Date: Mon Oct 5 08:02:10 2020 -0600 Update comment to fix lint manifests/config.pp:7:WARNING: No matching class parameter for documentation of glance::config::xxx_config Change-Id: I1f74d53ffcc271a73ad7aa9f0e96fb7e0197b25c diff --git a/manifests/config.pp b/manifests/config.pp index b2691f2..c154915 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -2,9 +2,7 @@ # # This class is used to manage arbitrary glance configurations. # -# === Parameters -# -# [*xxx_config*] +# example xxx_config # (optional) Allow configuration of arbitrary glance configurations. # The value is an hash of glance_config resources. Example: # { 'DEFAULT/foo' => { value => 'fooValue'}, @@ -17,6 +15,8 @@ # DEFAULT/bar: # value: barValue # +# === Parameters +# # [*api_config*] # (optional) Allow configuration of glance-api.conf configurations. #