commit 0e30dd122018d69dbc596d91c6de338c7a66967b Author: Takashi Kajinami Date: Tue Oct 6 00:17:48 2020 +0900 Update comment to fix lint manifests/config.pp:7:WARNING: No matching class parameter for documentation of designate::config::xxx_config manifests/init.pp:15:WARNING: No matching class parameter for documentation of designate::service_ensure Change-Id: Idacc31cf50ce2bc5774a4b3552161e489d0174d4 diff --git a/manifests/config.pp b/manifests/config.pp index 2356a8a..e2343b3 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -2,9 +2,7 @@ # # This class is used to manage arbitrary designate configurations. # -# === Parameters -# -# [*xxx_config*] +# example xxx_config # (optional) Allow configuration of arbitrary designate configurations. # The value is an hash of xxx_config resources. Example: # { 'DEFAULT/foo' => { value => 'fooValue'}, @@ -18,6 +16,8 @@ # DEFAULT/bar: # value: barValue # +# === Parameters +# # [*designate_config*] # (optional) Allow configuration of designate.conf configurations. # diff --git a/manifests/init.pp b/manifests/init.pp index 4dc6eb7..8135c26 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -12,10 +12,6 @@ # (optional) Name of the package containing shared resources # Defaults to $::designate::params::common_package_name # -# [*service_ensure*] -# (optional) Whether the designate-common package will be present.. -# Defaults to 'present' -# # [*root_helper*] # (optional) Command for designate rootwrap helper. # Defaults to 'sudo designate-rootwrap /etc/designate/rootwrap.conf'.